Search and Top Navigation
#14776 open bug ()
Opened November 04, 2015 11:21PM UTC
Last modified November 07, 2015 07:48AM UTC
Resizable: small position change after resizing attempt
Reported by: | MrFu | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.11.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When trying to make an existing dialog window smaller and hitting the minimum size limit, the position of the entire dialog changes which is not supposed to happen. The position coordinate properties of the dialog remain the same though!
More detailed description and link to example: http://stackoverflow.com/questions/33026444/jquery-ui-dialog-moves-a-bit-after-each-failed-resizing-attempt
Attachments (0)
Change History (2)
Changed November 05, 2015 02:10PM UTC by comment:1
component: | ui.dialog → ui.resizable |
---|---|
status: | new → open |
summary: | Dialog: small position change after resizing attempt → Resizable: small position change after resizing attempt |
Changed November 07, 2015 07:48AM UTC by comment:2
I noticed that the shifting problem doesn't occur with older versions of jQuery e.g. 1.4.2 as can be seen on this page:
http://jquery-ui.googlecode.com/svn/tags/1.8rc3/tests/visual/dialog/default.html
I've tested a number of later versions. From 1.5 all the way to the current version, the problem definitely appears e.g. on https://jqueryui.com/dialog/
I'm guessing this is another case of subpixel problems.