Closed
Bug 522472
Opened 16 years ago
Closed 16 years ago
Regression : adding more than 4 tabs mess up the tab bar
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
fennec1.0b5
People
(Reporter: fabrice.desre, Assigned: vingtetun)
Details
Attachments
(2 files)
|
16.03 KB,
image/png
|
Details | |
|
749 bytes,
patch
|
stechz
:
review+
|
Details | Diff | Splinter Review |
All tabs are in a single column vbox, thus being pushed out of screen when more than 4 are displayed.
| Assignee | ||
Comment 1•16 years ago
|
||
It came from the resolution of bug 520913.
Attachment #406457 -
Flags: review?
| Assignee | ||
Updated•16 years ago
|
Attachment #406457 -
Flags: review? → review?(webapps)
| Assignee | ||
Comment 2•16 years ago
|
||
Just a little bit of explanation here:
for aligning the tabs moz-column is used and it needs to know a maximum height for it vertical expansion. That's the role of the resize method. We want the tab box to update their available height when the window is resize, in order to fit the tabs on the available height.
Updated•16 years ago
|
Attachment #406457 -
Flags: review?(webapps) → review+
Comment 3•16 years ago
|
||
I can land this, but I'd like some tests added to browser_tabs.js to verify:
* More than 5 tabs creates a new column
* Removing a 5th tab makes the extra column go away
Updated•16 years ago
|
Assignee: nobody → fabrice.desre
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Target Milestone: --- → B5
Comment 4•16 years ago
|
||
Assignee: fabrice.desre → 21
Comment 5•16 years ago
|
||
This needs to be re-opened as this is happening on 1.9.2 branch and trunk winmo builds:
Mozilla/5.0 (Windows; U; WindowsCE 5.2; en-US; rv:1.9.2b1pre) Gecko/20091016 Fennec/1.0a4pre
and
Mozilla/5.0 (Windows; U; WindowsCE 5.2; en-US; rv:1.9.3a1pre) Gecko/20091016 Fennec/1.0a4pre
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•16 years ago
|
||
Actually, that sounds like bug 518370, not this one. Sorry for pointing you at the wrong bug.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Comment 7•16 years ago
|
||
Ah, gotcha. Either way, this bug was verified as well :)
Status: RESOLVED → VERIFIED
Comment 8•16 years ago
|
||
litmus testcase needs to be changed to account for 4 tabs in maemo devices (n810 and n900) currently via landscape mode.
Flags: in-litmus?
Comment 9•16 years ago
|
||
Added this bug to an existing testcase for tab thumbnails: https://litmus.mozilla.org/show_test.cgi?searchType=by_id&id=9766
in-litmus+
Flags: in-litmus? → in-litmus+
Updated•15 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•