Openfire (ARCHIVED)

Highlighting of active tab in client sessions tab does not work

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 3.4.5
  • Fix Version/s: 3.5.0
  • Component/s: Admin Console
  • Labels:
    None
  • Acceptance Test - Add?:
    No

Description

The page you are currently on should be highlighted in the client sessions screen. Probably applies to a number of other screens.

Activity

Hide
Daryl Herzmann added a comment -

thanks. Other pages include:

/group-summary.jsp
/muc-room-summary.jsp

It does work here tho:

/user-summary.jsp

Show
Daryl Herzmann added a comment - thanks. Other pages include: /group-summary.jsp /muc-room-summary.jsp It does work here tho: /user-summary.jsp
Hide
Daryl Herzmann added a comment -

Daniel,

I reviewed the code this evening and the fix is simply adding this ccs:

<style type="text/css">
.jive-current {
font-weight : bold;
text-decoration : none;
}
</style>

the code is all there otherwise to highlight the page.

daryl

Show
Daryl Herzmann added a comment - Daniel, I reviewed the code this evening and the fix is simply adding this ccs: <style type="text/css"> .jive-current { font-weight : bold; text-decoration : none; } </style> the code is all there otherwise to highlight the page. daryl
Hide
Daniel Henninger added a comment -

Excellent! Thanks for looking into it! I placed the proper style in the actual style sheet. ;D And removed it from being embedded in a couple of locations. Just a pre-warning, when 3.5.0 comes out with the fix for it, you may need to shift-reload ... of course there's lots of stuff affected by that. Admin console has a new look and feel.

Show
Daniel Henninger added a comment - Excellent! Thanks for looking into it! I placed the proper style in the actual style sheet. ;D And removed it from being embedded in a couple of locations. Just a pre-warning, when 3.5.0 comes out with the fix for it, you may need to shift-reload ... of course there's lots of stuff affected by that. Admin console has a new look and feel.
Hide
Daryl Herzmann added a comment -

Thanks Daniel,

Could the same fix be applied to: JM-1149 as well. thanks!

Show
Daryl Herzmann added a comment - Thanks Daniel, Could the same fix be applied to: JM-1149 as well. thanks!

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: