Opened 11 years ago
Closed 11 years ago
#11066 closed Bug (fixed)
Widget's private parts don't use CSS reset
Reported by: | Piotrek Koszuliński | Owned by: | Piotr Jasiun |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.3 |
Component: | UI : Widgets | Version: | 4.3 Beta |
Keywords: | Cc: |
Description (last modified by )
Based on: http://ckeditor.com/forums/Support/Widgets-break-when-muliple-inline-editor-instances-on-one-page
Drag handler and widget mask requires very precise styles applied to them. Currently, since we don't use any CSS reset for them, it's very probable that page's styles will break them.
Change History (8)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Owner: | set to Piotr Jasiun |
---|---|
Status: | new → assigned |
comment:3 Changed 11 years ago by
Status: | assigned → review |
---|
comment:7 Changed 11 years ago by
Status: | review → review_passed |
---|
Pushed a couple of commits to dev and tests.
A single remark there: transition: none;
is enough to disable transitions. There's no need for transition: all 0 ease 0;
.
comment:8 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
- git:105a1dc
- tests:280c648
I've added
.cke_reset
class to widgets mask and handler, what should solve the problem. I also added default values of position and transition in.cke_reset
style.The problem is we have not enough information to reproduce exactly the same case and I have no idea why the issue appears only with multiple editors, but this fixes should be solution.
Changes in t/11066.