Opened 9 years ago
Last modified 9 years ago
#13908 confirmed Bug
Focus not being set in the Upload tab after the upload image button is pressed
Reported by: | Irina | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IBM | Cc: | Satya Minnekanti, giogio, Christophe Guillou |
Description (last modified by )
Steps to reproduce
- Open 'File Upload' sample (http://sdk.ckeditor.com/samples/fileupload.html)
- Click the 'browse' button and select an image
- Click the 'Upload Image' button
Expected result
'Browse' button has the focus.
Actual result
Focus is not placed within the "Upload" tab in "Image Properties" dialog. You can tell this is the case by using a screen reader, or outputting the activeElement to the console.
Change History (5)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.5.4 → 3.0 |
comment:2 follow-up: 5 Changed 9 years ago by
This issue can no longer be reproduced on FF. It can be however on Chrome, IE11 (possibly other versions too).
comment:3 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 9 years ago by
Summary: | Focus not being set in Upload tab after Upload Image button is pressed → Focus not being set in the Upload tab after the upload image button is pressed |
---|
comment:5 Changed 9 years ago by
Replying to m.lewandowski:
This issue can no longer be reproduced on FF. It can be however on Chrome, IE11 (possibly other versions too).
Actually despite visually focusing the button, focus for screen reader goes somewhere else.
It seems that it has never been working as described. Even in version 3.x focus is not brought back to image dialog.
Problem can be reproduced in every browser.