Closed
Bug 641006
Opened 14 years ago
Closed 14 years ago
Select elements doesn't crop
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: vingtetun, Assigned: vingtetun)
Details
Attachments
(1 file)
|
1.06 KB,
patch
|
mfinkle
:
review+
mfinkle
:
approval2.0+
|
Details | Diff | Splinter Review |
When moving from richlistitem to listitem elements into the SelectHelper to save some perfs, I notice that the label element does not crop. This is because listcell does not have flex="1" defines (
http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/listbox.xml#1062 )
So we need to force it.
Attachment #518749 -
Flags: review?(mark.finkle)
Updated•14 years ago
|
Attachment #518749 -
Flags: review?(mark.finkle)
Attachment #518749 -
Flags: review+
Attachment #518749 -
Flags: approval2.0+
| Assignee | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Mozilla/5.0 (Android; Linux armv71; rv2.0b13pre) Gecko/20110317 Firefox/4.0b13pre Fennec/4.0b6pre
Device: Droid 2
OS: Android 2.2
Mozilla/5.0 (Maemo; Linux armv71; rv:2.0b13pre) Gecko/20110317 Firefox/4.0b13pre Fennec/4.0b6pre
Device: Maemo N900
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•