Closed
Bug 413131
Opened 18 years ago
Closed 18 years ago
Drag and drop insert arrow doesn't get position right in some themes
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla-mozilla-20000923, Assigned: bugzilla-mozilla-20000923)
Details
(Whiteboard: [cz-0.9.81])
Attachments
(1 file)
1.41 KB,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
Basically, it calculates its position as sum(boxObject.width), but certain things (I expect margin is in this list) go outside the measured area of the boxObject. This means if you space the tabs out as in the NASA Night Launch theme, the arrow gets progressively further away from the real location.
Assignee | ||
Updated•18 years ago
|
Summary: Dragn and drop insert arrow doesn't get position right in some themes → Drag and drop insert arrow doesn't get position right in some themes
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #297975 -
Flags: review?(gijskruitbosch+bugs)
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Comment 2•18 years ago
|
||
Comment on attachment 297975 [details] [diff] [review]
Use boxObject's x+width, now sum(width), to place arrow
r=gijs
Attachment #297975 -
Flags: review?(gijskruitbosch+bugs) → review+
Assignee | ||
Comment 3•18 years ago
|
||
Checked in --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [cz-0.9.81]
Comment 4•18 years ago
|
||
Thanks for the extra effort. Now works great with the version of NNL that used to exhibit the problem.
Updated•4 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•