Comment #8 on issue 3514 by [EMAIL PROTECTED]: select element doesn't show new value when focus is switched in onchange event http://code.google.com/p/chromium/issues/detail?id=3514
I have been looking into the event handling in V8, and I don't thing it is related to V8. The event handling works the same whether focus is changed in the event handler or not. It is only the rendering if the select element after the list has disappeared that differs. Looking at the difference between Safari and Chrome I noticed that in Safari the select element is rendered with new value and list removed before the event handler is called where in Chrome when showing an alert in the event handler the list is still visible. In v8_events.cpp there is a call to Document::updateDocumentsRendering() after the event listeners has been called. For this example this call does not seem to do anything (no documents are changed). I don't know whether that is relevant though. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
