Widget's drag handler is not repositioned after various actions
Blocked by: #11001.
TC1
- Open image2 sample.
- Center first image.
- Maximize editor.
- Drag handler is not repositioned.
TC2
- Open image2 sample.
- Center first image.
- Drag first image lower, so it's at similar height as 2nd image.
- At some point 2nd image, which is floated, will cause that 1st image will be moved a little bit to the left.
- But drag handler won't be repositioned.
Change History (6)
Summary: |
Widget drag handles is not repositioned after various actions →
Widget's drag handler is not repositioned after various actions
|
Milestone: |
→ CKEditor 4.3.1
|
Status: |
new →
confirmed
|
Description: |
modified (diff)
|
Milestone: |
CKEditor 4.3.1 →
CKEditor 4.3.2
|
Owner: |
set to Marek Lewandowski
|
Status: |
confirmed →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
To solve this drag handles would have to be repositioned after every editor#resize and editor#change. It would be a unnecessarily heavy, so it'd be better to do that only when handler is show, so on widget wrapper#mousein if there was any change or resize after last repositioning. Therefore this ticket should go after #11001.