WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
CLOSED FIXED
14214
[S60] Dropdown not opened if it has size defined.
https://bugs.webkit.org/show_bug.cgi?id=14214
Summary
[S60] Dropdown not opened if it has size defined.
Hong Zhao
Reported
2007-06-18 09:09:21 PDT
TSW ID# PNIO-73UHXL Steps to reproduce: - Steps to reproduce: 1. Go to
http://waplabdc.nokia-boston.com/browser/users/xbasic/xhtml_forms/select/select_size.xhtml
2. Click dropdown - Actual outcome: Dropdown doesn't open. - Expected outcome: Dropdown opens - Other info: Dropdown in question has size="2", dropdowns without size definition seem to work OK.
Attachments
Webcore doesn't support multiple size in dropdown list.
(1.58 KB, patch)
2007-06-18 10:26 PDT
,
Hong Zhao
zalan
: review-
Details
Formatted Diff
Diff
WebCore doesn't support multiple visible items in the dropdown list in 3.2.
(1.54 KB, patch)
2007-06-18 10:32 PDT
,
Hong Zhao
no flags
Details
Formatted Diff
Diff
Make IsEnable() inside KWQListBox derived from its parent QWidget in 3.1m.
(4.67 KB, patch)
2007-06-22 06:25 PDT
,
Hong Zhao
zalan
: review+
Details
Formatted Diff
Diff
Fix bug in dropdown list not opened if it has size defined.
(5.09 KB, patch)
2007-06-22 06:58 PDT
,
Hong Zhao
zalan
: review+
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Hong Zhao
Comment 1
2007-06-18 10:26:11 PDT
Created
attachment 15103
[details]
Webcore doesn't support multiple size in dropdown list.
Hong Zhao
Comment 2
2007-06-18 10:32:23 PDT
Created
attachment 15104
[details]
WebCore doesn't support multiple visible items in the dropdown list in 3.2.
zalan
Comment 3
2007-06-20 13:59:52 PDT
Comment on
attachment 15103
[details]
Webcore doesn't support multiple size in dropdown list. this patch changes behavior of single select with size>1 by diverting it form m_useListBox = true to false. The issue here is that when the renderselect constructs ListBox instead of ComboBox, then the activate event does not get through. That's what needs to be fixed here. (you can check it out by coming up with testcase with <select multiple="multiple">. it'll construct a ListBox and that listbox cannot be activated either). so even if this patch was applied, the multiselect testcase would still not be working.)
Hong Zhao
Comment 4
2007-06-22 06:25:16 PDT
Created
attachment 15181
[details]
Make IsEnable() inside KWQListBox derived from its parent QWidget in 3.1m.
Hong Zhao
Comment 5
2007-06-22 06:58:39 PDT
Created
attachment 15183
[details]
Fix bug in dropdown list not opened if it has size defined.
zalan
Comment 6
2007-06-25 08:22:05 PDT
Comment on
attachment 15181
[details]
Make IsEnable() inside KWQListBox derived from its parent QWidget in 3.1m. r=me
zalan
Comment 7
2007-06-25 08:30:51 PDT
Comment on
attachment 15183
[details]
Fix bug in dropdown list not opened if it has size defined. r=me
zalan
Comment 8
2007-06-25 08:45:08 PDT
r23765
-> 3.1m
r23766
-> ccb
Bradley Morrison
Comment 9
2008-04-09 11:39:41 PDT
Bulk closing of all s60 platform bugs. Sorry for the noise!
Joel Parks
Comment 10
2011-03-21 11:53:31 PDT
re-purposing InTSW keyword for use by QtWebkit team
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug