Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix EZP-21005: When changing siteaccess, the autosave's preview is not updated #18

Merged
merged 1 commit into from Jul 5, 2013

Conversation

dpobel
Copy link
Contributor

@dpobel dpobel commented Jul 4, 2013

Description

This issue affects only Chrome on Mac, this is the results of this bug: http://code.google.com/p/chromium/issues/detail?id=36518

To detect a siteaccess change, the change event is now used on the select, but in IE < 9, the change event does not bubbled, as a result, this fix also removes the usage of event delegation to not break this feature in IE.

Tests

Manual tests in Chrome (Mac, Window and Linux), Firefox (Windows and Linux), IE 8 and 9

…t updated

This issue affects Chrome on Mac. To detect a siteaccess change, the change
event is now used on the select, but in IE < 9, the change event does not
bubbled, as a result, this fix also removes the usage of event delegation to
not break this feature in IE.
@andrerom
Copy link
Contributor

andrerom commented Jul 4, 2013

+1, @yannickroger / @lserwatka ?

@bdunogier
Copy link
Member

+0, but it looks good, really. I just have no clue.

@dpobel dpobel merged commit c9e8361 into master Jul 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants