| Summary | Tooltips displayed in wrong place if window scrolls in Firefox |
| Queue | Horde Base |
| Queue Version | HEAD |
| Type | Bug |
| State | Duplicate |
| Priority | 1. Low |
| Owners | |
| Requester | michael.sheldon (at) credativ (dot) de |
| Created | 4/5/07 (7023 days ago) |
| Due | |
| Updated | 4/8/07 (7020 days ago) |
| Assigned | 4/5/07 (7023 days ago) |
| Resolved | 4/8/07 (7020 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Duplicate
bug 3958.which support it.
It looks like you are trying to fix exactly what I was trying to fix here:
http://lists.horde.org/archives/cvs/Week-of-Mon-20070312/065976.html
(I reverted the change because i committed accidentally and it wasn't
working 100% yet). Maybe you can take a look at that code, and the
code in
http://cvs.horde.org/co.php?r=1.18&f=dimp%2Fjs%2Fsrc%2FContextSensitive.js
which does exactly what you are asking for here (cross-browser
positioning within the current viewport), and provide a cross-browser
patch.
which support it.
However another patch should probably be written to add similar
functionality for Internet Explorer using document.body.offsetWidth
for checking the tooltip stays within the current viewport.
State ⇒ Feedback
New Attachment: tooltip-firefox.png
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Tooltips displayed in wrong place if window scrolls in Firefox
Queue ⇒ Horde Base
New Attachment: firefox-tooltips.patch
State ⇒ Unconfirmed
from scrolling, so if a window has been scrolled to the right any
tooltips beyond the original edge of the browser viewport will appear
in the wrong place.
The attached patch corrects this, I've tested it in Firefox, Konqueror
and Internet Explorer (the problem never occured in Internet Explorer,
due to IE not supporting window.innerWidth, which is used for checking
if a tooltip is outside the browser viewport).