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:

http://jsbin.com/okolap/4/edit

Change History (1)

comment:1 Changed 12 years ago by Scott González

Resolution: invalid
Status: newclosed

width: "auto" is invalid. You must specify an actual width in pixels.

Note: See TracTickets for help on using tickets.