Opened 15 years ago

Closed 15 years ago

#6350 closed patch (fixed)

MythWeb ToolTips may render outside visible browser window

Reported by: Spud <mythtv@…> Owned by: xris
Priority: minor Milestone: unknown
Component: Plugin - MythWeb Version: head
Severity: low Keywords: ToolTip render off-screen
Cc: Ticket locked: no

Description

There appears to be a problem with the javascript that displays the tooltips for show information in MythWeb. The problems appears in IE6 and to a lesser extent in firefox 3.

The tooltip renders too far to the left and the content of the tooltip is only partialy visible.

The fix is to limit the tooltip left edge to >=0 values. Attached diff is just this fix for left edge case although a top edge case may be implemented as well.

Attachments (1)

prototip.js.diff (431 bytes) - added by Spud <mythtv@…> 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by Spud <mythtv@…>

Attachment: prototip.js.diff added

comment:1 Changed 15 years ago by Rob Smith

Resolution: fixed
Status: newclosed

(In [21086]) Fixes #6350, this enforces the left screen boundry for tooltips

Note: See TracTickets for help on using tickets.