Closed
Bug 509701
Opened 15 years ago
Closed 15 years ago
Inconsistent show/hide behavior of mailnews location toolbar
Categories
(SeaMonkey :: MailNews: General, defect)
SeaMonkey
MailNews: General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rsx11m.pub, Assigned: neil)
References
Details
(Keywords: regression)
Attachments
(2 files)
88.02 KB,
image/png
|
Details | |
2.95 KB,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
Since the 20090807 nightly build, an empty "grippy" may show up when the location toolbar is hidden, and inconsistently disappear and reappear. This toolbar is shared with the search toolbar when both are visible. In some cases, both the opened toolbar and a grippy may be visible:
(1) default - grippy visible for closed location toolbar
(2) open grippy, disappears, combined location/search bar
(3) View > Hide > Location bar, grippy disappears
(4) View > Hide > Search bar, toolbar disappears
(5) close and reopen mailnews window, grippy reappears
(6) View > Show > Location bar, toolbar reappears
(7) View > Show > Search bar, grippy remains visible
(8) click on grippy and it disappears
Last win32 nightly working fine is 20090806, where no grippy was shown when the location toolbar is hidden.
These are screendumps showing stages (1), (2), (3), and (7).
Also reproduced with Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3pre) Gecko/20090811 SeaMonkey/2.0b2pre nightly build, thus all platforms.
Severity: normal → minor
OS: Windows XP → All
Hardware: x86 → All
Comment 4•15 years ago
|
||
goToggleLocationToolbar() and OnLocationToolbarAttrModified() probably need to be fixed. Collapsing the Location toolbar by clicking on the grippy moves the searchbar to the message pane.
Assignee | ||
Comment 5•15 years ago
|
||
* Changed from using "collapsed" to using "hidden"
* Was able to use goToggleToolbar and remove goToggleLocationToolbar
* Forced current column as hiding the toolbar confuses the tree selection
Comment on attachment 394832 [details] [diff] [review]
I think this fixes things
There does not seem to be anything about migrating the collapsed to hidden state so on first start with this patch applied you still get the collapsed grippy state which you have to sort out, after that no issues.
Attachment #394832 -
Flags: review?(iann_bugzilla) → review-
Assignee | ||
Comment 7•15 years ago
|
||
(In reply to comment #6)
> (From update of attachment 394832 [details] [diff] [review])
> There does not seem to be anything about migrating the collapsed to hidden
> state so on first start with this patch applied you still get the collapsed
> grippy state which you have to sort out, after that no issues.
Unfortunately due to bug 506492 we don't know why the toolbar is in the collapsed state; it could be that the user genuinely clicked the grippy.
Well when I first start SM after applying the patch, the location toolbar is showing collapsed in the UI but the View->Show/Hide->Location Toolbar is unchecked so in that case surely we should be doing something to fix it up?
Assignee | ||
Comment 9•15 years ago
|
||
(In reply to comment #8)
> Well when I first start SM after applying the patch, the location toolbar is
> showing collapsed in the UI but the View->Show/Hide->Location Toolbar is
> unchecked so in that case surely we should be doing something to fix it up?
I'm not sure what you're getting at here but maybe you mean that the checked state of the menu should be copied to to the hidden state of the toolbar? I wouldn't want to leave code for that in permanently though.
Comment 10•15 years ago
|
||
(In reply to comment #9)
> (In reply to comment #8)
> > Well when I first start SM after applying the patch, the location toolbar is
> > showing collapsed in the UI but the View->Show/Hide->Location Toolbar is
> > unchecked so in that case surely we should be doing something to fix it up?
> I'm not sure what you're getting at here but maybe you mean that the checked
> state of the menu should be copied to to the hidden state of the toolbar? I
> wouldn't want to leave code for that in permanently though.
Yes, some sort of migration code. What is the window of where users would have been affected by this?
Assignee | ||
Comment 11•15 years ago
|
||
Last 3 weeks or so, so anyone using nightlies since just after beta 1.
Attachment #394832 -
Flags: review- → review+
Comment 12•15 years ago
|
||
(In reply to comment #11)
> Last 3 weeks or so, so anyone using nightlies since just after beta 1.
Okay, probably not worth doing anything then if we can get it in for beta 2.
Assignee | ||
Comment 13•15 years ago
|
||
Pushed changeset 42bada3ecb39 to comm-central.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•