Insert and close don't work on Chrome.
Both of them work fine on Firefox.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1187212.patch | 628 bytes | shenzhuxi |
Insert and close don't work on Chrome.
Both of them work fine on Firefox.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1187212.patch | 628 bytes | shenzhuxi |
Comments
Comment #1
crantok commentedsubscribe
Comment #2
4kant commentedSame here
Comment #3
Negor commentedSubscribed
Comment #4
shenzhuxi commentedI don't know why "Move dialog back inside form" is needed. I fixed the close button by removing these lines.
- // Move dialog back inside form.
- $('#wysiwyg_imagefield-dialog').bind('focus', function() {
- Drupal.wysiwygImageField.focus();
- });
Comment #5
Negor commentedworks for me. Great thanx
Comment #6
costas vassilakis commentedThis works for the 6.x-1.x-dev aswell.
Comment #7
Carlos Miranda Levy commentedI confirm #4 fixes both issues in Chrome.