DescriptionNew SELECT Popup: Delay to create internal OPTION elements if there are many items.
If the number of items is larger than ListPicker.DelayedLayoutThreshold(1000),
creates OPTION elements only for the first ListPicker.DelayedLayoutThreshold
items or this._config.selectedIndex before the first layout, then creates
remaining OPTIONs later.
Because it's possible that the popup width is shorter than the widest item, we
apply white-space:pre-wrap to OPTIONs in this case.
BUG=500401
R=keishi@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197800
Patch Set 1 #
Total comments: 2
Patch Set 2 : lower CSS class #
Messages
Total messages: 7 (3 generated)
|
||||||||||||||||||||||||||||