#9217 closed bug (notabug)
dialog resize handles not showing
Reported by: | seabizkit | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
to replicate open a jquery dialog in 1.10.2
and this is working in 1.9.2
1.10.2
.ui-dialog .ui-resizable-se { width: 12px; height: 12px; right: -5px; /* breaking changes */ bottom: -5px; /* breaking changes */ background-position: 16px 16px; /* breaking changes */ }
1.9.2
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
Change History (5)
comment:1 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
OK i guess... i never had any issues with other browsers... so i don't know why this was done.
ie... there is usually the button selection of the dialog... and the overflow area doesn't go past this.
so the scroll bars would never be that for down...
another solution would of been when no button area... prevent the content holder from being right at the bottom. - on the margin or something.
More to the point.... resizables inside dialogs.... don't get handles.
comment:3 Changed 10 years ago by
They do get handles, they're just not visible with the default theme. This isn't something specific to jQuery UI. Many resizable windows work this way.
comment:5 Changed 7 years ago by
Maybe implement options: 'visible'. So users may hide/show handles?
This was an intentional change. See #4575 and the associated commit.