Closed
Bug 293110
Opened 20 years ago
Closed 15 years ago
"Tree in a box" column drag offsets few columns left to mouse cursor when scrolled to extreme right.
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jooaun.saw, Unassigned)
Details
(Whiteboard: closeme 2009-08-01)
Attachments
(1 file)
|
1.63 KB,
application/vnd.mozilla.xul+xml
|
Details |
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 I have a tree with many columns. I can't fit the tree in one screen, so I placed it in a box to have a horizontal scrollbar. I noticed that the column dragging doesn't work properly when I scroll to the extreme right. When the column is dragged, there's a vertical line in between columns to show the new position of the column. The vertical line is somehow always few columns left to the mouse cursor. Reproducible: Always Steps to Reproduce: 1. Create an XUL box element with minwidth and minheight. 2. Create a tree with enableColumnDrag="true" as a child element of the box. 3. Add several columns to the tree, until the tree width greater than the box width. (Make tree width at least 2 times greater than the box width to have obvious result) 4. The box element should have created horizontal scroll bar automatically, so scroll to extreme right. 5. Try to reposition the columns by dragging them. Actual Results: Vertical line showing new position of column always few columns left to mouse cursor, thus making column repositioning difficult.
| Reporter | ||
Comment 1•20 years ago
|
||
sorry, my mistake. Steps to Reproduce, Step 1 should be: 1. Create an XUL box element with maxwidth and maxheight.
Comment 2•20 years ago
|
||
can you attach a testcase ?
| Reporter | ||
Comment 3•20 years ago
|
||
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
|
||
Tried it on latest beta release (1.5 beta 1). Bug's still there on both Windows and Linux.
Updated•18 years ago
|
Assignee: nobody → jag
Component: General → XP Toolkit/Widgets
Product: Firefox → Core
QA Contact: general → xptoolkit.widgets
Updated•16 years ago
|
Assignee: jag → nobody
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
|
||
No reply, INCO. Please reopen if you are seeing this in Firefox 3.5.2 or later in Firefox safe mode and a new profile with the latest plugins. http://support.mozilla.com/kb/Safe+Mode http://support.mozilla.com/kb/Profiles
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Version: unspecified → 1.8 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•