Opened 12 years ago
Closed 12 years ago
#7754 closed bug (notabug)
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:
Note: See
TracTickets for help on using
tickets.
width: "auto" is invalid. You must specify an actual width in pixels.