Opened 13 years ago
Closed 10 years ago
#5017 closed bug (wontfix)
UI Resizable does not work with Table on Mozilla browsers
Reported by: | vnese | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When Resizable is applied to a table, the handlers are moved to the bottom right of the browser. Looks like they are in relative position with the document, not the table.
That may be caused by the browser bug of not correctly considering the relative position on a table: http://www.quirksmode.org/bugreports/archives/2004/12/table_never_rel.html
Change History (6)
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
A fix for this landed in Firefox 10 (http://ehsanakhgari.org/blog/2011-10-03/upcoming-changes-absolute-positioning-tables-and-table-margin-collapsing-firefox-10).
Tables are now resizable in Firefox http://jsfiddle.net/tj_vantoll/HUstZ/.
comment:5 Changed 10 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:6 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Similar to #8120 but this is for tables and that is for table cells. Both known but separate issues in Firefox. The one related to tables (which already has a fix landed in Firefox trunk) is https://bugzilla.mozilla.org/show_bug.cgi?id=10209