Closed
Bug 293425
Opened 20 years ago
Closed 15 years ago
wrong XUL popup position when screen scrolled to right
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jooaun.saw, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 XUL elements that do popup action show wrong popup position when screen scrolled to extreme right. Popup position seems to offset by the scroll position. Check test case attached. Reproducible: Always Steps to Reproduce: 1. Create a box element with style="overflow: auto;". 2. Create another box as child of previous box, also with style="overflow: auto;" and minwidth bigger than screen width. 3. Create a menulist element as child of the 2nd box. 4. Scroll right, then click on the menulist. Actual Results: Wrong popup position.
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
A different test case that causes the same problem.
Updated•20 years ago
|
Component: General → XP Toolkit/Widgets: XUL
Product: Firefox → Core
QA Contact: general
Version: unspecified → 1.0 Branch
Updated•20 years ago
|
OS: Linux → All
Hardware: PC → All
Comment 3•20 years ago
|
||
Is this a problem with a trunk build (say the Deer Park preview)? And note that Firefox 1.0 is off the 1.7 branch of Core. See the "rv:1.7.5" -- that's the core version.
Keywords: qawanted
Version: 1.0 Branch → 1.7 Branch
Comment 4•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Reporter | ||
Comment 5•19 years ago
|
||
Appears to be fixed under windows (firefox version 1.5 beta 1). Have not tested under Linux.
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.widgets
Comment 6•15 years ago
|
||
Do you still see this problem using Firefox 3.5? Please update the bug, and close/alter bug if appropriate.
Whiteboard: closeme 2009-08-01
Comment 7•15 years ago
|
||
Resolving WFM based on comment 5
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Keywords: qawanted
Resolution: --- → WORKSFORME
Whiteboard: closeme 2009-08-01
You need to log in
before you can comment on or make changes to this bug.
Description
•