Skip to content

Fix for RowHoverSelect in function New-HTMLTableStyle #363

Open
@linefeed1

Description

@linefeed1

There appears to be at bug in PSWriteHTML.psm1- v.0.0.180 -> Function New-HTMLTableStyle as RowHoverSelected will show hover on selected item for odd row numbers only - after line 22918 added:
'table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr.even:hover.selected'
'table.dataTable.hover tbody tr.odd:hover.selected, table.dataTable.display tbody tr.odd:hover.selected'

Verification:
New-HTMLTableStyle -BackgroundColor Blue -Type RowSelected
New-HTMLTableStyle -BackgroundColor Yellow -Type RowHover
New-HTMLTableStyle -BackgroundColor Yellow -Type RowHoverSelected

Hopefully this will help everyone who uses this functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions