FLUID-2397: Line spacing setting does not work in Opera

Metadata

Source
FLUID-2397
Type
Bug
Priority
Critical
Status
Closed
Resolution
Escalated
Assignee
Jacob Farber
Reporter
Michelle D'Souza
Created
2009-03-24T15:27:35.000-0400
Updated
2013-10-04T10:28:07.629-0400
Versions
  1. 1.0
  2. 1.1
Fixed Versions
N/A
Component
  1. FSS
  2. UIEnhancer

Description

Environments

Opera

Comments

  • Justin Obara commented 2009-03-25T14:09:11.000-0400

    If you save, the changes will take effect, it may not be immediate. You may have to refresh the browser before the changes are displayed.

  • Jacob Farber commented 2009-03-26T11:31:28.000-0400

    The more and more complex our css options become, the more bugs we're seeing in how browsers handle large repetetive document repainting tasks. In this case, once I focus an element it immediately repaints and reflows accordingly, but not before.

    This could symptomatic of another CSS issue, but it looks like we may need to employ some sort of "forced repaint/reflow" for browsers.

  • Justin Obara commented 2009-05-14T09:09:53.000-0400

    Bug Parade 1.1 release

  • Jacob Farber commented 2009-05-26T12:29:22.000-0400

    It seems Opera has an issue with CSS when it comes to operations related to the BODY tag: (http://archive.webstandards.org/css/opera/#selectors)
    The issues outlined in the webstandards bug list, however, are different than the ones we're seeing. For our cases, any inline style changes done on the body tag are not repainted in real-time, whereas a different element works fine.