FLUID-3861: Focus style stays when element not in focus (FF, defaultViewText="")

Metadata

Source
FLUID-3861
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
heidi valles
Created
2010-11-22T12:34:32.198-0500
Updated
2010-12-03T12:14:40.206-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. Inline Edit

Description

When defaultViewText="", and empty area clicked, the focus style stays even when clicking in other boxes. Firefox on mac & windows

Comments

  • Justin Obara commented 2010-11-22T14:04:21.953-0500

    "Bug Parade Infusion 1.3"

  • heidi valles commented 2010-11-25T16:37:34.817-0500

    Think we can simply delete line 184, that.editField.focus(); in the components InlineEdit.js
    Doesn't seem to change anything (other than fix this bug) by removing it. still testing...

  • heidi valles commented 2010-11-26T10:49:21.684-0500

    removes line 184, that.editField.focus();

  • Mike Lam commented 2010-12-02T17:07:01.593-0500

    I have tested Heidi's patch and everything in both simple and rich text inline edit is working as expected.

  • Michelle D'Souza commented 2010-12-03T12:14:40.170-0500

    Code was reviewed and committed at revision 10331.