Closed
Bug 1086628
Opened 11 years ago
Closed 4 years ago
Dropdown forces Windows to change the color-scheme
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sepulturamortuum, Unassigned)
Details
Attachments
(1 file)
3.27 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141011015303
Steps to reproduce:
paste the following code into a html-page, open it with Firefox and click on the dropdown:
<select>
<option [label]="" (="" array=""> inquiry_action
[url] =>
[email] => Array
(
[subject] =>
)
[sdf] =>
)
Call Stack:
0.0001 233480 1. {main}() /home/sites/test/public/index.php:0
0.6602 7034544 2. Zend\Mvc\Application->run() /home/sites/test/public/index.php:18
1.4371 10575416 3. Zend\Mvc\Application->completeRequest() /home/sites/test/vendor/zendframework/zendframework/library/Zend/Mvc/Application.php:327
1.4371 10575464 4. Zend\EventManager\EventManager->trigger() /home/sites/test/vendor/zendframework/zendframework/library/Zend/Mvc/Application.php:352
1.4372 10575648 5. Zend\EventManager\EventManager->triggerListeners() /home/sites/test/vendor/zendframework/zendframework/library/Zend/EventManager/EventManager.php:207
1.4384 10583504 6. call_user_func() /home/sites/test/vendor/zendframework/zendframework/library/Zend/EventManager/EventManager.php:468
1.4384 10583848 7. Zend\Mvc\View\Http\DefaultRenderingStrategy->render() /home/sites/test/vendor/zendframework/zendframework/library/Zend/EventManager/EventManager.php:468
1.4385 10584288 8. Zend\View\View->render() /home/sites/test/vendor/zendframework/zendframework/library/Zend/Mvc/View/Http/DefaultRenderingStrategy.php:102
1.4426 10590720 9. Zend\View\View->renderChildren() /home/sites/test/vendor/zendframework/zendframework/library/Zend/View/View.php:198
1.4427 10591808 10. Zend\View\View->render() /home/sites/test/vendor/zendframework/zendframework/library/Zend/View/View.php:233
1.4499 10596848 11. Zend\View\View->renderChildren() /home/sites/test/vendor/zendframework/zendframework/library/Zend/View/View.php:198
1.4500 10597864 12. Zend\View\View->render() /home/sites/test/vendor/zendframework/zendframework/library/Zend/View/View.php:233
1.4526 10603496 13. Zend\View\Renderer\PhpRenderer->render() /home/sites/test/vendor/zendframework/zendframework/library/Zend/View/View.php:205
data-mail-subject="" value="">inquiry_action</option>
<option [label]="" (="" array=""> inquiry_cancel
[url] => /customer/test-event/purchase/cancel-inquiry/50/2/
[email] => Array
(
[subject] => inquiry_statusemail_subject_cancel
)
[unlockInquiry] =>
)
data-mail-subject="inquiry_statusemail_subject_cancel" value="">inquiry_cancel</option>
<option [label]="" (="" array=""> inquiry_confirm
[url] => /customer/test-event/purchase/confirm-inquiry/50/2/
[email] => Array
(
[subject] => inquiry_statusemail_subject_confirm
)
[unlockInquiry] =>
)
data-mail-subject="inquiry_statusemail_subject_confirm" value="/50/2/">inquiry_confirm</option>
<option [label]="" (="" array=""> inquiry_email
[url] => /email-inquiry/50/2/
[email] => Array
(
[subject] => inquiry_statusemail_subject_email
)
[unlockInquiry] => 1
)
data-unlock-offer="unlock" data-mail-subject="inquiry_statusemail_subject_email" value="/50/2/">inquiry_email</option>
</select>
Actual results:
All monitors become black, after that Windows changes the color-scheme from Aeroglass to standard.
Reporter | ||
Updated•11 years ago
|
Severity: normal → major
Comment 1•11 years ago
|
||
I can reproduce. This seems to be forcing a graphics reset within Windows. Is there a particular reason you think this is a security issue that needs to remain hidden?
Status: UNCONFIRMED → NEW
Component: Untriaged → Graphics
Ever confirmed: true
Flags: needinfo?(sepulturamortuum)
Product: Firefox → Core
Updated•11 years ago
|
Attachment #8508764 -
Attachment mime type: text/plain → text/html
Updated•11 years ago
|
Group: core-security
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #1)
> I can reproduce. This seems to be forcing a graphics reset within Windows.
> Is there a particular reason you think this is a security issue that needs
> to remain hidden?
no, if you think it's ok you can make it public - it was just a weird behaviour ^^
Flags: needinfo?(sepulturamortuum)
Hi,
I'm looking at old bugs to see if they are still reproducible. I tested this one on Windows 10 on Release 93.0 (64-bit), Beta 94.0b9 (64-bit), Nightly 95.0a1 (2021-10-22) (64-bit) but wasn't able to see the issue on my end.
I'll close this ticket as Resolved - WFM, if this issue is reproducible please reopen and provide more steps to reproduce.
Thanks,
Virginia
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•