#12614 closed New Feature (fixed)
Gray out images witch are not fully uploaded
Reported by: | Piotr Jasiun | Owned by: | Piotr Jasiun |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Change opacity of the images witch are not fully uploaded.
Change History (9)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 10 years ago by
Owner: | set to Piotr Jasiun |
---|---|
Status: | confirmed → review |
comment:5 Changed 10 years ago by
Couldn't the style be applied by a stylesheet? Just like we do with e.g. widgets - we use CKEDITOR.addCss and thanks to that one can still override our styling without editing the JS code.
comment:6 Changed 10 years ago by
Status: | review → review_failed |
---|
comment:7 Changed 10 years ago by
Status: | review_failed → review |
---|
It seems to be a good idea to set class of the every upload widget, so I put the logic of setting class in the upload widget class and add CSS to the upload image. Changes in t/12614b.
comment:8 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Merged to major with git:2161beb.
I guess you thought about that, but just to be sure - doesn't changing classes conflict with undo manager? And do we need that class at all?
Changes in t/12614.