[Webkit-unassigned] [Bug 123314] <select size> broken on safari, chrome, silk smartphone webkit browsers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 24 22:05:21 PDT 2013


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





--- Comment #1 from hexinqiu at cn.fujitsu.com  2013-10-24 22:04:07 PST ---
Hi

I had solve this problem .
The solve method as follow 
In Source\WebCore\rendering\RenderListBox.cpp
have define minSize as follow .

const int minSize = 4;

modified the minSize from 4 to 2 , this problem is OK

I will make a patch for it .

-- 
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