Closed
Bug 694084
Opened 13 years ago
Closed 13 years ago
Showing/hiding the conditional forward button resizes the search bar in a new profile (when the url/search bar splitter hasn't been used)
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
FIXED
Firefox 12
People
(Reporter: dao, Assigned: dao)
References
Details
(Whiteboard: [qa+][qa!:11][testday-20120203])
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
Gavin
:
review+
akeybl
:
approval-mozilla-aurora+
johnath
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Setting the width attribute by default along with flex makes layout behave consistently for profiles where the splitter has been touched and profiles where it hasn't been touched.
Assignee | ||
Updated•13 years ago
|
Component: General → Toolbars
QA Contact: general → toolbars
Comment 2•13 years ago
|
||
Comment on attachment 567449 [details] [diff] [review]
patch
This seems to make the search bar much narrower by default in new profiles:
Without patch: http://cl.ly/3X3y0W2Z0u1h1r3y0s3b
With patch: http://cl.ly/0m1L0211371S1q3J1K1A
Assignee | ||
Comment 3•13 years ago
|
||
Hm, I did the same thing (comparing two screenshots) and there was no difference...
Assignee | ||
Updated•13 years ago
|
Attachment #567449 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #571334 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•13 years ago
|
Attachment #567449 -
Attachment is obsolete: true
Assignee | ||
Updated•13 years ago
|
status-firefox10:
--- → affected
tracking-firefox10:
--- → ?
Comment 5•13 years ago
|
||
[Triage Comment]
Once this is reviewed and landed on m-c, please nominate for aurora approval.
Assignee | ||
Updated•13 years ago
|
Attachment #571334 -
Flags: review?(dolske)
Assignee | ||
Comment 6•13 years ago
|
||
updated to avoid the setTimeout
Attachment #571334 -
Attachment is obsolete: true
Attachment #571334 -
Flags: review?(gavin.sharp)
Attachment #571334 -
Flags: review?(dolske)
Attachment #584540 -
Flags: review?(gavin.sharp)
Attachment #584540 -
Flags: review?(dolske)
Comment 7•13 years ago
|
||
Comment on attachment 584540 [details] [diff] [review]
patch v3
Review of attachment 584540 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/base/content/browser.js
@@ +2607,5 @@
> splitter.parentNode.removeChild(splitter);
> }
>
> +function setUrlAndSearchBarWidthForConditionalForwardButton() {
> + // Woraround for bug 694084: Showing/hiding the conditional forward button resizes
nit: s/Woraround/Workaround
Assignee | ||
Updated•13 years ago
|
Attachment #584540 -
Flags: review?(dietrich)
Comment 8•13 years ago
|
||
Comment on attachment 584540 [details] [diff] [review]
patch v3
Review of attachment 584540 [details] [diff] [review]:
-----------------------------------------------------------------
maybe i'm just not familiar enough with the code here, but this seems like something that should be fixable with css alone. why all this code around a sizing issue?
Assignee | ||
Comment 9•13 years ago
|
||
This could be fixed in CSS if percenrage widths worked with the xul flexbox layout. Unfortunatrly, they don't.
Updated•13 years ago
|
Attachment #584540 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Updated•13 years ago
|
Attachment #584540 -
Flags: review?(dolske)
Attachment #584540 -
Flags: review?(dietrich)
Assignee | ||
Comment 10•13 years ago
|
||
Target Milestone: --- → Firefox 12
Comment 11•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•13 years ago
|
||
(In reply to Jared Wein [:jwein and :jaws] from comment #7)
> nit: s/Woraround/Workaround
http://hg.mozilla.org/integration/mozilla-inbound/rev/8a0d9d68c5b0
Comment 13•13 years ago
|
||
Assignee | ||
Comment 14•13 years ago
|
||
Comment on attachment 584540 [details] [diff] [review]
patch v3
[Approval Request Comment]
Regression caused by (bug #): bug 674744, bug 677027, bug 682534
User impact if declined: distracting movement when clicking the back button
Testing completed (on m-c, etc.): baking on mozilla-central
Risk to taking this patch (and alternatives if risky): no risk anticipated
Attachment #584540 -
Flags: approval-mozilla-beta?
Attachment #584540 -
Flags: approval-mozilla-aurora?
Comment 15•13 years ago
|
||
Comment on attachment 584540 [details] [diff] [review]
patch v3
[Triage Comment]
The user impact does not appear significant enough to meet the criteria for beta approval. That being said, we can expedite pushing this to our GA users by landing on Aurora.
Attachment #584540 -
Flags: approval-mozilla-beta?
Attachment #584540 -
Flags: approval-mozilla-beta-
Attachment #584540 -
Flags: approval-mozilla-aurora?
Attachment #584540 -
Flags: approval-mozilla-aurora+
Updated•13 years ago
|
Assignee | ||
Comment 16•13 years ago
|
||
Comment on attachment 584540 [details] [diff] [review]
patch v3
Requesting approval again. This is a regression in one of the most used parts of the primary UI. We also know this can be annoying -- I don't know about feedback from beta users, but nightly users asked how to disable the feature because of this.
Attachment #584540 -
Flags: approval-mozilla-beta- → approval-mozilla-beta?
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Comment 17•13 years ago
|
||
Keywords: #relman/triage/defer-to-group
Comment 18•13 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #16)
> Comment on attachment 584540 [details] [diff] [review]
> patch v3
>
> Requesting approval again. This is a regression in one of the most used
> parts of the primary UI. We also know this can be annoying -- I don't know
> about feedback from beta users, but nightly users asked how to disable the
> feature because of this.
We'll discuss this at today's channel meeting. It's difficult to make the case for taking this on our second-to-last or last beta given how long we've known about this issue. If it were that critical to our users, I would have expected us to land a patch much sooner.
Comment 19•13 years ago
|
||
Adding qawanted since it was noted in the channel meeting that it has landed on aurora and trunk.
Whiteboard: qawanted
Assignee | ||
Comment 20•13 years ago
|
||
(In reply to Marcia Knous [:marcia] from comment #19)
> Adding qawanted since it was noted in the channel meeting that it has landed
> on aurora and trunk.
Did you mean to add the keyword instead of whiteboard tag? Also, verifyme instead of qawanted?
Comment 21•13 years ago
|
||
Comment on attachment 584540 [details] [diff] [review]
patch v3
Discussed in triage - approved, but we worry about taking changes to primary UI in a late beta. Please land it quickly, and think a little harder about cases where this could break, so that QA can test. (Very small window sizes? Using the resizer afterwards? Extensions that care about where they live in the toolbar?)
Attachment #584540 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Assignee | ||
Comment 22•13 years ago
|
||
Comment 23•13 years ago
|
||
On Linux-x86_64:
bug: Nightly 20111118 Firefox/11.0a1
WFM: 20120202 Firefox/13.0a1 and 11.0b1
bug: Aurora 20111118 Firefox/10.0a2
WFM: 20120202 Firefox/12.0a2
Whiteboard: [qa+] → [qa+][testday-20120203]
Comment 24•13 years ago
|
||
Tested in Firefox 11 beta 2 on Ubuntu 11.04, Win XP and OSX 10.6.8:
Build identifier: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
Build identifier: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20100101 Firefox/11.0
Build identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0) Gecko/20100101 Firefox/11.0
The search box does not change it's dimensions when the forward button is overlapped or not by the location bar.
Whiteboard: [qa+][testday-20120203] → [qa+][qa!:11][testday-20120203]
You need to log in
before you can comment on or make changes to this bug.
Description
•