Closed
Bug 1196167
Opened 10 years ago
Closed 7 years ago
<select> element with 20'000 entries causes crash on opening the dropdown
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: eckert, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
943.23 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36
Steps to reproduce:
System: FF Version: 40.0.2, Windows 8.1 x64
Open the dropdown box in the attached HTML file or create it like so:
1) Create an empty html file
2) Add a reference to the jQuery Mobile release (this is important, without jQM firefox does not crash):
<link href="https://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.css" rel="stylesheet" type="text/css" />
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
<script src="https://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.js"></script>
3) Add a large dropdown list:
<select>
[ Repeat 20'000 times ]
<option value="hello">world</option>
[ /Repeat ]
</select>
Actual results:
The Firefox window immediately disappears and the crash reporter is launched
Expected results:
Show the dropdown menu
OS: Unspecified → Windows 8.1
Hardware: Unspecified → x86_64
Comment 1•10 years ago
|
||
should be dup of bug bug 485941
Crash Signature: [@ SelectorMatches ]
Component: Untriaged → Layout
Product: Firefox → Core
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•10 years ago
|
Comment 2•9 years ago
|
||
Crash volume for signature 'SelectorMatches':
- nightly (version 50): 13 crashes from 2016-06-06.
- aurora (version 49): 10 crashes from 2016-06-07.
- beta (version 48): 385 crashes from 2016-06-06.
- release (version 47): 1175 crashes from 2016-05-31.
- esr (version 45): 146 crashes from 2016-04-07.
Crash volume on the last weeks:
Week N-1 Week N-2 Week N-3 Week N-4 Week N-5 Week N-6 Week N-7
- nightly 7 1 3 0 1 0 0
- aurora 1 3 2 0 1 2 0
- beta 54 88 60 50 47 45 14
- release 184 185 177 161 191 155 42
- esr 11 23 24 11 11 14 13
Affected platforms: Windows, Mac OS X, Linux
status-firefox47:
--- → affected
status-firefox48:
--- → affected
status-firefox49:
--- → affected
status-firefox50:
--- → affected
status-firefox-esr45:
--- → affected
Comment 3•9 years ago
|
||
Crash volume for signature 'SelectorMatches':
- nightly (version 51): 1 crash from 2016-08-01.
- aurora (version 50): 10 crashes from 2016-08-01.
- beta (version 49): 60 crashes from 2016-08-02.
- release (version 48): 173 crashes from 2016-07-25.
- esr (version 45): 194 crashes from 2016-05-02.
Crash volume on the last weeks (Week N is from 08-22 to 08-28):
W. N-1 W. N-2 W. N-3
- nightly 0 1 0
- aurora 3 1 2
- beta 18 18 10
- release 50 57 36
- esr 12 22 8
Affected platforms: Windows, Mac OS X, Linux
Crash rank on the last 7 days:
Browser Content Plugin
- nightly
- aurora #295 #199
- beta #801 #581
- release #439
- esr #370
status-firefox51:
--- → affected
Comment 4•9 years ago
|
||
Crash volume for signature 'SelectorMatches':
- nightly (version 52): 1 crash from 2016-09-19.
- aurora (version 51): 2 crashes from 2016-09-19.
- beta (version 50): 54 crashes from 2016-09-20.
- release (version 49): 83 crashes from 2016-09-05.
- esr (version 45): 263 crashes from 2016-06-01.
Crash volume on the last weeks (Week N is from 10-03 to 10-09):
W. N-1 W. N-2
- nightly 0 1
- aurora 2 0
- beta 45 9
- release 63 20
- esr 16 29
Affected platforms: Windows, Mac OS X, Linux
Crash rank on the last 7 days:
Browser Content Plugin
- nightly
- aurora #372
- beta #343 #360
- release #934 #610
- esr #512
status-firefox52:
--- → affected
Comment 5•8 years ago
|
||
Too late for firefox 52, mass-wontfix.
Comment 6•7 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 7•7 years ago
|
||
Closing because no crashes reported for 12 weeks.
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•