[Webkit-unassigned] [Bug 70765] Default <select multiple> expands up to 10 items instead of showing 4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 7 21:46:36 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=70765





--- Comment #15 from Antaryami Pandia <xqb748 at motorola.com>  2011-11-07 21:46:36 PST ---
(In reply to comment #14)
> I think we should test more than just the fact that the height is larger when there are more items. We can compare to an exact multiple, and I think it would work fine on all platforms.

By exact multiple, do you mean exact multiple of clientheight (with single element)? But with current behavior webkit doesn't return the actual clientheight with single option.This is because the use of minSize used to render scrollbar. With this the client height returned is always more than what is expected.

> And, I think we should test a *lot* more than these two cases. We want to cover all the edge cases. Really giant sizes, really small sizes, missing size attribute, specified size attribute, size attribute that is a number but has garbage digits after it, size attribute that is the empty string.

Yes, you are right.I will add more cases.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list