Closed
Bug 722278
Opened 13 years ago
Closed 13 years ago
After closing tab on overflowing tab list popup, empty space remains
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox11- affected, firefox12- affected, fennec+)
VERIFIED
FIXED
Firefox 13
People
(Reporter: martijn.martijn, Assigned: sriram)
Details
(Keywords: regression)
Attachments
(2 files)
|
109.98 KB,
image/png
|
Details | |
|
6.84 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
- Open up 4 tabs, so tab list popup overflows
- Close 2nd and 3rd tab
Expected result:
- 2 tabs remain in the tab list, no empty space at bottom of tab list popup
Actual result:
- 2 tabs remain in the tab list, empty space at bottom of tab list popup remains
Tested on current Native trunk build on the LG Optimus Black, Android 2.2.2, portrait mode.
| Reporter | ||
Updated•13 years ago
|
OS: Windows 7 → Android
Hardware: x86 → ARM
Comment 1•13 years ago
|
||
CC'ing :sriram.
Updated•13 years ago
|
Keywords: regression
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → sriram
Updated•13 years ago
|
tracking-fennec: --- → +
Updated•13 years ago
|
| Assignee | ||
Comment 2•13 years ago
|
||
This somehow requires way too many calculations :(
This is found to work the way UX team wants.
Attachment #595156 -
Flags: review?(mark.finkle)
Comment 3•13 years ago
|
||
Comment on attachment 595156 [details] [diff] [review]
Patch
>diff --git a/mobile/android/base/TabsTray.java b/mobile/android/base/TabsTray.java
>+
>+ // 100 for the item + 2 for divider
>+ sListItemHeight = (int) (102 * metrics.density);
>+ sAddTabHeight = (int) (50 * metrics.density);
Make 3 consts for these values?
Attachment #595156 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 13
Updated•13 years ago
|
status-firefox13:
affected → ---
Comment 6•13 years ago
|
||
Will it land on Aurora and Beta?
| Reporter | ||
Updated•13 years ago
|
tracking-firefox11:
--- → ?
tracking-firefox12:
--- → ?
| Reporter | ||
Comment 7•13 years ago
|
||
Verified fixed on Firefox trunk on the Samsung Nexus One.
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•