FLUID-3860: IE styling off for inline edit areas when defaultViewText = ""

Metadata

Source
FLUID-3860
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
heidi valles
Created
2010-11-22T12:21:52.335-0500
Updated
2010-12-08T17:36:39.296-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. Inline Edit

Description

IE7 & IE8

When defaultViewText="", the underline for the inline edit area is too low, and therefore unclickable. Need to click pencil to edit area. See image.

Comments

  • heidi valles commented 2010-12-07T14:48:04.948-0500

    overrides fss-reset which puts a 1em bottom margin on all p elements

  • heidi valles commented 2010-12-07T14:53:44.899-0500

    note : needs FLUID-3635 fix

  • Mike Lam commented 2010-12-08T17:27:02.659-0500

    Combined Heidi's patch with the patch on FLUID-3635. The original patch on FLUID-3635 has been refactored so that we are not introducing new hard-coded CSS into the code.

  • Mike Lam commented 2010-12-08T17:36:39.290-0500

    Reviewed and committed!