Metadata
- Source
- FLUID-2638
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- y z
- Reporter
- Jonathan Hung
- Created
2009-04-30T15:57:04.000-0400 - Updated
2009-07-31T10:32:36.000-0400 - Versions
-
- 1.0
- 1.1
- Fixed Versions
-
- 1.1.1
- 1.2
- Component
-
- Inline Edit
Description
Currently Invitation style in is being over ridden by null if using Rich Text Inline Edit. This means that Invitation styles are not being applied by default regardless of how the user has defined their styles.
Apparently invitation styles was causing flickering when combined with tooltip and therefore invitation is set to null in the API to avoid this. This is an issue since a user should be able to style an invitation for the Rich Text Inline Edit.
Attachments
Comments
-
Justin Obara commented
2009-07-27T16:28:06.000-0400 Bug Parade 1.1.1 release
-
y z commented
2009-07-30T11:48:03.000-0400 patch fixes the flickering problem:
- added new css class for rich inline edit invitation style (that has no border)
- added the newly created css class as a default invitation style for richinlineeditors (both tinymce and fck)
- changed markup for quickstart example for inline edit that fixes changes incorrect <span> tags that contain <p> tags onto <div> tags.
-
y z commented
2009-07-30T13:04:16.000-0400 changed the name of the css class
-
Jacob Farber commented
2009-07-31T10:00:06.000-0400 I reviewed the code, and everything looks good.
-
Justin Obara commented
2009-07-31T10:32:36.000-0400 Verified fix using:
IE 7, FF3 (Win Vista)
Safari 3, Safari 4, Opera 9.6, FF3.5 (Mac OS 10.5)