FLUID-915: Border padding issues with Uploader, using FF

Metadata

Source
FLUID-915
Type
Bug
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
Eli Cochran
Reporter
Justin Obara
Created
2008-07-16T15:44:12.000-0400
Updated
2008-07-24T13:07:01.000-0400
Versions
  1. 0.4beta1
Fixed Versions
  1. 0.4
Component
  1. Uploader

Description

In pop-up mode, the padding between the buttons and the bottom border is missing or very small.

Steps to reproduce:

1) Open the pop-up version of the uploader demo from the daily build site:
http://build.fluidproject.org/fluid/sample-code/uploader/pop-up/index.html

2) click the "Add Files" button

3) close the OS File Open Dialog

4) notice that there is little to no padding between the buttons and the bottom border of the uploader

Environments

FF2, FF3 (Mac OS 10.5, Win XP)

Attachments

Comments

  • Justin Obara commented 2008-07-23T19:11:34.000-0400

    'screenshot-1' shows the lack of padding between the bottom border and the bottom buttons

  • Eli Cochran commented 2008-07-23T19:56:22.000-0400

    So this appears to be a bug in jQuery UI dialog. I'm not sure what we should do about it. OK, I can add a little workaround but it's not pretty.

  • Eli Cochran commented 2008-07-23T21:45:51.000-0400

    using the obscure and slightly evil !important CSS directive, I've fixed this bug

  • Justin Obara commented 2008-07-24T13:07:01.000-0400

    Verified Fix using FF2, FF3 (Mac OS 10.5)