FLUID-992: Cursor hidden when entering edit mode.

Metadata

Source
FLUID-992
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Justin Obara
Created
2008-07-23T13:46:27.000-0400
Updated
2008-11-13T21:29:06.000-0500
Versions
  1. 0.1
  2. 0.3
  3. 0.4beta1
  4. 0.4
  5. 0.5
  6. 0.6beta1
Fixed Versions
  1. 0.6
Component
  1. Inline Edit

Description

When entering edit mode, the cursor is displayed at the end of the text. If the text is too long to fit in the text field, the cursor is hidden from view.

Steps to reproduce:

1) Open the inline edit demo from the daily build site:
http://build.fluidproject.org/fluid/sample-code/inline-edit/announcements/announcements.html

2) Click on the last inline edit field. Notice that the text is too long for the text field and that the cursor is hidden.

Environments

FF2 (Mac OS 10.5)
FF2, FF3 (Win XP)
FF3 (Win Vista)

Attachments

Comments

  • Justin Obara commented 2008-07-23T13:47:38.000-0400

    'screenshot-1' shows the text field too small for the text it contains and the cursor hidden.

  • Justin Obara commented 2008-08-28T09:56:56.000-0400

    resolved with fix for fluid-936.

  • Justin Obara commented 2008-09-22T10:07:00.000-0400

    Reopened as original fix for FLUID-936 forced the caret to the front.
    This went against the spec, which wanted the caret at the end (FLUID-1047).

  • Justin Obara commented 2008-09-22T13:26:54.000-0400

    Bug Parade: 0.5 release

  • Antranig Basman commented 2008-11-07T17:08:16.000-0500

    Fixed at revision 5980

  • Justin Obara commented 2008-11-10T08:47:21.000-0500

    Verified fix using:

    FF2 (Mac OS 10.5)
    FF2, FF3 (Win XP)
    FF3 (Win Vista)

  • Antranig Basman commented 2008-11-13T21:29:06.000-0500

    This fix was found problematic in the case where the field text ended with a non-alphanumeric character. Has been refixed as part of 6031.