Metadata
- Source
- FLUID-939
- Type
- Bug
- Priority
- Critical
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Antranig Basman
- Reporter
- Allison Bloodworth
- Created
2008-07-17T23:36:20.000-0400 - Updated
2008-11-13T13:37:36.000-0500 - Versions
- N/A
- Fixed Versions
-
- 0.4
- Component
-
- Inline Edit
Description
Due to the fact that the "unopened" (e.g. hasn't been clicked on and is not yet editable) inline edit field isn't really a text field at that point, and because the i-bar pointer on mouseover could be confusing to users (because clicking with it doesn't put the cursor in the same place the user clicks--it puts it at the end of the field only), we believe the cursor should be changed to a hand.
It would be great if we could have this change made asap, before we do user testing. Thanks!
Comments
-
Antranig Basman commented
2008-07-21T14:53:18.000-0400 Fixed at revision 5246 -
This is actually a "recommendatory" change made to the standard CSS styles - the standard style "inlineEdit-invitation" is the style class assigned to the invitation state of the inlineEdit, and for this behaviour, we recommend that to achieve this effect that the style definition receives the following (added to the standard samples in SVN such as "announcement" and "manual test"):.inlineEdit-invitation {
background-color: #FFECB3;
/* See http://www.quirksmode.org/css/cursor.html#note for cross-platform recommendation */
cursor: pointer;
cursor: hand;
} -
Justin Obara commented
2008-11-13T13:37:36.000-0500 Appears to have been fixed