FLUID-2371: Resizing the text does not change the size of the text's container, in the dialog

Metadata

Source
FLUID-2371
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Jacob Farber
Reporter
Justin Obara
Created
2009-03-17T12:53:49.000-0400
Updated
2009-05-05T13:09:15.000-0400
Versions
  1. 1.0
Fixed Versions
  1. 1.1
Component
  1. UI Options

Description

Resizing the text does not change the size of the text's container in the dialog

Steps tor reproduce:

1) Open the sakai mock-up from the daily build site
http://build.fluidproject.org/fluid/sample-code/shared/sakai/sakai.html#

2) Open the UI Options dialog

3) Increase the minimum text size and click save the change

Notice that the text has expanded but the containers they are in haven't

Environments

FF3 (Win Vista, Mac 0S 10.5)
FF2 (Mac OS 10.5)

Comments

  • Justin Obara commented 2009-03-17T12:54:46.000-0400

    'screenshot-1' shows some issues with the resized text

  • Justin Obara commented 2009-03-17T13:27:36.000-0400

    comment removed

  • Jacob Farber commented 2009-03-25T09:31:39.000-0400

    This is the html part that was missing in the original commit. It applies the class names to enforce the fix.

  • Michelle D'Souza commented 2009-03-25T10:30:11.000-0400

    This fix works for the Reset, Cancel and Save and Apply buttons. The issue still occurs for the dropdowns etc.

    The css file has a commented out style in it that should be removed rather then commented out.

  • Justin Obara commented 2009-05-05T13:09:15.000-0400

    This issue is fixed with FLUID-2425. Since the dialog is closed on saving, it is appropriately repainted when the dialog is re-openned.