Search and Top Navigation
#3719 open bug ()
Opened January 01, 2009 10:48AM UTC
Last modified February 11, 2015 04:08PM UTC
Resizable: Ghost option does not show right or bottom borders
Reported by: | vmx | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.6rc2 |
Keywords: | haspatch | Cc: | |
Blocked by: | Blocking: |
Description
When the ghost option of a resizable is enabled, the "ghost" has the wrong size and therefore the dotted outline isn't visible at the right and the bottom.
The patch isn't really a bugfix it just hides the problem. The real problem is the size calculation (width vs. outerWidth). I've tested it only with FF 3.0.3/Linux, it might not work well with IE6.
Attachments (1)
Change History (5)
Changed March 08, 2009 02:32PM UTC by comment:1
milestone: | 1.7 → 1.8 |
---|
Changed October 11, 2012 02:52PM UTC by comment:2
milestone: | 1.9.0 → 2.0.0 |
---|
Changed October 26, 2012 01:40AM UTC by comment:3
keywords: | → haspatch |
---|---|
status: | new → open |
summary: | Resizable ghost size → Resizable: Ghost option does not show right or bottom borders |
Verified that this is still an issue in 1.9.1 - http://jsfiddle.net/tj_vantoll/uqaPW/. If you resize the left or top borders you can see the ghost border but not the right or bottom.
Changed April 24, 2014 11:10AM UTC by comment:4
Still an issue. Though I fail to see the value of the ghost option in general. We should allow the user to resize a dotted outline, as used by the animate option (which seems to imply using a helper).
In other words, drop the helper option, make the ghost option use the default dotted outline, make the animate option imply ghost:true or something like that. There shouldn't be a need to set a custom class for the dotted outline (aka helper), just use CSS.
Changed February 11, 2015 04:08PM UTC by comment:5
Just ran into this again. Since it has been 10 months, I forgot that I've commented on this issue before....