Changes between Initial Version and Version 3 of Ticket #12888
- Timestamp:
- Feb 4, 2015, 12:36:17 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12888
-
Property
Status
changed from
new
toconfirmed
- Property Keywords Webkit Blink added; file input removed
-
Property
Version
changed from
4.4.6
to4.0 Beta
-
Property
Summary
changed from
Inline editor loses focus/toolbar when dialog with file input on primary tab shown [Chrome]
toInline editor loses focus/toolbar when dialog with file input on primary tab shown
-
Property
Status
changed from
-
Ticket #12888 – Description
initial v3 6 6 7 7 I tried this in FireFox 35, IE11 and Chrome 40 -- Chrome was the only one to exhibit the problem. Also, it seems like timing issue -- if I have dev tools open with a breakpoint in the plugin's onShow function and resume, the problem goes away. 8 9 10 ---- 11 12 **Edit:**[[BR]] 13 1. Add attached plugin to editor and use attached sample file. 14 2. Load sample, click on editor and click on button with no icon. 15 Result: Dialog with file element loads and toolbar disappears. It is not brought back after closing dialog. 16