Ticket #5392 (closed bug: fixed)
Dialog explicit height doesn't match given value from set option
| Reported by: | Rwhitbeck | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.8.1 |
| Component: | ui.dialog | Version: | 1.8 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by Rwhitbeck) (diff)
While trying to figure out some of the failing unit tests I came across a failed test that needs to be looked at.
When setting dialogs height explicitly the actual height is 18 pixels higher then specified.
Test case http://jsbin.com/equce/edit
Forum: http://forum.jquery.com/topic/dialog-explicit-height-doesn-t-match-given-value-from-set-option
Change History
comment:3 Changed 3 years ago by joern.zaefferer
The dialog unit tests actually cover that (and are failing due to the issue).
comment:4 Changed 3 years ago by Rwhitbeck
Right that's what I am saying. The unit test failed and when I went to see why I discovered the annomoly ;)
comment:5 Changed 3 years ago by scott.gonzalez
Partial fix in 596d1ef581379d35104e2eb466797b5d89cc6f1a.
comment:6 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
Fixed in b297b3fa6a1e4b6cba735a10ca03a6175f8eda3a.
Note: See
TracTickets for help on using
tickets.

