Opened 13 years ago
Closed 13 years ago
#5707 closed bug (invalid)
Resize
Reported by: | pss_1 | Owned by: | joern |
---|---|---|---|
Priority: | critical | Milestone: | 1.4 |
Component: | web | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Proplem options minWidth,maxWidth and minHeight,maxHeight To File: jquery-ui-1.7.2.custom.min.js web path: http://jqueryui.com/download
"/1" parse to Int
if (k + s.size.width/1 >= s.parentData.width) {
s.size.width = s.parentData.width - k; if (q) { s.size.height = s.size.width / s.aspectRatio }
} if (r + s.size.height/1 >= s.parentData.height) {
s.size.height = s.parentData.height - r; if (q) { s.size.width = s.size.height * s.aspectRatio }
Note: See
TracTickets for help on using
tickets.
I'm not sure what bug is being reported; it sounds like a jQuery UI bug so perhaps it be reported there, but there isn't enough information for a bug report.