Closed
Bug 290464
Opened 20 years ago
Closed 20 years ago
Side panels, columns, separators collapse/are resized to their maximum size when trying to resize
Categories
(Core :: Web Painting, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.8beta2
People
(Reporter: stevee, Assigned: bzbarsky)
References
Details
(Keywords: regression)
Attachments
(1 file)
4.55 KB,
patch
|
roc
:
review+
roc
:
superreview+
brendan
:
approval1.8b2+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050415
Firefox/1.0+
1. Create a new profile.
2. Run firefox and view the DOM Inspector
3. Try and resize the panel on the right hand side
Expected: Panel is resized
Actual: Panel collapses and it is impossible to resize it.
This is a very recent regression. My 20050414 build does not exhibit this behaviour.
[Aside: The FoxyTunes volume bar is also no longer dragable. I suspect these two
bugs are symptoms of the same bug]
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050415
Firefox/1.0+
Confirming.
once the right panel is gone you can't get it back.
Even closing FF and restarting doesn't
Keywords: regression
Comment 2•20 years ago
|
||
For reference, my DOMI from CVS at "Fri Apr 15 02:50:15 GMTDT 2005" also has
this bug.
Reporter | ||
Updated•20 years ago
|
Assignee: firefox → dom-inspector
Component: General → DOM Inspector
Product: Firefox → Other Applications
QA Contact: general → timeless
Reporter | ||
Comment 3•20 years ago
|
||
OS > All
Also, pop the bookmark/history sidebar and try and resize that. Nothing happens,
or strangeness happens.
OS: Windows 2000 → All
Comment 5•20 years ago
|
||
Seems this may not be limited to splitters, either, as dragging a scrollbar
thumb does not work right (thumb is offset by size of one end button), and my
guess is that something may have changed the event coordinates somewhere.
Comment 6•20 years ago
|
||
allso splitter problem in trees, try to resize column in about:config
Comment 7•20 years ago
|
||
Is this a Firefox-Inspector bug or does it affect Seamonkey as well?
Comment 8•20 years ago
|
||
Affects Seamonkey too (all splitters, such that Mail is horribly unusable as well).
Reporter | ||
Comment 9•20 years ago
|
||
*** Bug 290561 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 10•20 years ago
|
||
*** Bug 290531 has been marked as a duplicate of this bug. ***
Comment 11•20 years ago
|
||
*** Bug 290584 has been marked as a duplicate of this bug. ***
Comment 13•20 years ago
|
||
views...
Assignee: dom-inspector → roc
Component: DOM Inspector → Layout: View Rendering
Product: Other Applications → Core
QA Contact: timeless → ian
Updated•20 years ago
|
Severity: major → critical
Flags: blocking1.8b2?
Summary: DOM Inspector side panel collapses when trying to resize → Side panels, columns, separators collapse when trying to resize
Comment 14•20 years ago
|
||
They don't collapse, they are resized to their maximum size. If you try to
resize the bookmarks sidebar in Firefox, it gets resized to its max-width of 400px.
Summary: Side panels, columns, separators collapse when trying to resize → Side panels, columns, separators collapse/are resized to their maximum size when trying to resize
Comment 15•20 years ago
|
||
confirmed in Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2)
Gecko/20050416 Firefox/1.0+
Comment 16•20 years ago
|
||
Addressing bz's review comment (bug 289792 comment 13) does not fix this bug.
Backing out the whole patch from bug 289792 does.
Comment 17•20 years ago
|
||
Resizing column width in download manager expands the first column and collapse
to minimal size all the other columns.
> dragging a scrollbar
> thumb does not work right (thumb is offset by size of one end button), and my
> guess is that something may have changed the event coordinates somewhere.
Correct. This is now discussed in several bugs: bug 289792, bug 290597, bug
290522, bug 290553 comment #8, etc.
Also dragging a bookmark to reposition it, to move it will create weird/strange
behavior: the line indicating the new position of the bookmark within the tree
is offset by -50px or so.
Comment 18•20 years ago
|
||
*** Bug 290681 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 19•20 years ago
|
||
*** Bug 290696 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Flags: blocking1.8b3+
Flags: blocking1.8b2?
Flags: blocking1.8b2-
![]() |
Assignee | |
Comment 20•20 years ago
|
||
This fixes event stuff in the splitter frame. The blockframe hunk is just
addressing my review comment from bug 289792 that didn't get addressed.
Attachment #180981 -
Flags: superreview?(roc)
Attachment #180981 -
Flags: review?(roc)
Comment on attachment 180981 [details] [diff] [review]
Fix
much nicer...
Attachment #180981 -
Flags: superreview?(roc)
Attachment #180981 -
Flags: superreview+
Attachment #180981 -
Flags: review?(roc)
Attachment #180981 -
Flags: review+
![]() |
Assignee | |
Comment 22•20 years ago
|
||
Comment on attachment 180981 [details] [diff] [review]
Fix
Requesting 1.8b2 approval for this regression fix... This should be pretty
safe as long as we don't change event coord systems again... ;)
Attachment #180981 -
Flags: approval1.8b2?
Blocks: 290469
Comment 23•20 years ago
|
||
Comment on attachment 180981 [details] [diff] [review]
Fix
a=brendan for 1.8b2.
/be
Attachment #180981 -
Flags: approval1.8b2? → approval1.8b2+
![]() |
Assignee | |
Updated•20 years ago
|
Assignee: roc → bzbarsky
![]() |
Assignee | |
Comment 24•20 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8beta2
Comment 25•20 years ago
|
||
*** Bug 290807 has been marked as a duplicate of this bug. ***
Verified FIXED with build 2005-04-21-06 on Windows XP. I checked DOM Inspector,
JS Debugger, Mail, and Chatzilla.
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•