Cell color picker dialog returns focus to document
Cell color picker dialog returns focus to document.
Reproduce
- Use content with some table, eg:
<table>
<tbody>
<tr>
<td>
TD</td>
</tr>
</tbody>
</table>
- Open cell properties dialog (context menu -> Cell -> Cell properties).
- Open background/border color picker.
- Close second dialog (color picker).
- Hit TAB.
Result
- Focus is gained by main document and tabbed are page elements.
Expected
- Focus goes back to Cell properties dialog.
I'm setting milestone to 3.3 as this may be related to #4649.
Change History (12)
Milestone: |
→ CKEditor 3.4
|
Owner: |
set to brooks
|
Status: |
new →
assigned
|
Keywords: |
Review? added; review? removed
|
Component: |
General →
UI : Dialogs
|
Keywords: |
Confirmed Review- added; Review? removed
|
Version: |
→ 3.1
|
Milestone: |
CKEditor 3.4 →
CKEditor 3.5
|
Owner: |
changed from brooks to Tobiasz Cudnik
|
Status: |
review_failed →
assigned
|
Status: |
assigned →
review
|
Keywords: |
Confirmed removed
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
colorPickerDialog._.parentDialog should be used instead of passing the extra param.