Closed
Bug 305610
Opened 20 years ago
Closed 20 years ago
Bouncing sidebar when dragging it wider
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ria.klaassen, Unassigned)
References
Details
Attachments
(1 file)
|
2.57 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050823 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050823 Firefox/1.6a1
When I want to change the sidebar's width with my mouse, the sidebar bounces
unwillingly.
This behaviour changed very recently:
Working build: 1.9a1_2005082210
Failing build: 1.9a1_2005082222
Reproducible: Always
Steps to Reproduce:
1. Open the history or bookmarks sidebar
2. Try dragging it wider
| Reporter | ||
Updated•20 years ago
|
Component: History → General
Updated•20 years ago
|
QA Contact: history → general
Comment 2•20 years ago
|
||
This sounds just like a regression from fixing bug 296036.
I haven't checked this myself yet, so can't confirm yet.
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Comment 3•20 years ago
|
||
Yes, I'm pretty sure this is my fault. I messed up in nsSplitterFrame.cpp.
I'll have a patch up later today.
Comment 4•20 years ago
|
||
This slipped through my testing. The coordinate system of the splitter itself
shifts around when dragging, so the coordinates need to be calculated in terms
of the parent box.
Attachment #193598 -
Flags: review?(roc)
Comment on attachment 193598 [details] [diff] [review]
Patch
Thanks Eli! I'll land it.
We need to think about getting you CVS access :-)
Attachment #193598 -
Flags: superreview+
Attachment #193598 -
Flags: review?(roc)
Attachment #193598 -
Flags: review+
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
checked in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•