Skip to main content

Bug Tracker

Side navigation

#5707 closed bug (invalid)

Opened December 23, 2009 03:49PM UTC

Closed December 28, 2009 02:29AM UTC

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 }

Attachments (0)
Change History (1)

Changed December 28, 2009 02:29AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

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.