#161 — KSS inline editing is broken with Collections (Topics)
by
zindep
—
last modified
Jul 03, 2010 06:14 PM
| State | Resolved |
|---|---|
| Version: | 1.1rc5 |
| Area | Functionality |
| Issue type | Bug |
| Severity | Medium |
| Submitted by | zindep |
| Submitted on | Apr 26, 2010 |
| Responsible | Rob Gietema |
| Target release: | 1.1rc13 |
Found and tested with version 1.1rc6 and Plone 3.3.4
KSS inline editing is currently broken in the text field of collections. I don't know why but the CSS class is not the same as in text field of Document.
My fix is to add this CSS class in tinymce.kss :
.kssattr-macro-text-field-view form.inlineForm input[name=kss-save]:click {
action-client: save-tinymce;
}
I duplicate the last line and replace .kssattr-macro-rich-field-view by .kssattr-macro-text-field-view
KSS inline editing is currently broken in the text field of collections. I don't know why but the CSS class is not the same as in text field of Document.
My fix is to add this CSS class in tinymce.kss :
.kssattr-macro-text-field-view form.inlineForm input[name=kss-save]:click {
action-client: save-tinymce;
}
I duplicate the last line and replace .kssattr-macro-rich-field-view by .kssattr-macro-text-field-view
Added by
Rob Gietema
on
Jul 03, 2010 06:14 PM
Fix is applied on trunk.
Issue state:
Unconfirmed
→
Resolved
Responsible manager:
(UNASSIGNED)
→
robgietema
Target release:
None
→
1.1rc13
No responses can be added.
If you can, please log in before submitting a reaction.
