Search and Top Navigation
#7754 closed bug (notabug)
Opened September 30, 2011 07:44PM UTC
Closed October 01, 2011 03:00PM UTC
Dialog scrollbar covers padding when table with nowrap is present
Reported by: | ji1337 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a jQuery UI dialog to which I applied a padding, and inside the dialog I have a long table. I then configure the dialog to be of limited height in order to have a scrollbar.
It seems that whenever a nowrap is applied to the table cells, the padding to the right of the table is covered by the scrollbar. If I remove the nowrap, it works fine.
Here is an editable example:
Attachments (0)
Change History (1)
Changed October 01, 2011 03:00PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
width: "auto" is invalid. You must specify an actual width in pixels.