tableresize plugin refactoring
We need to review a bit some aspects of the tableresize plugin. The current implementation still have issues:
- Not compatible with IE6, IE7 and IE+Quirks (#5890).
- It's not possible to resize the last column (#5891).
- No support for RTL (#5995).
It's not possible to bring minor changes to the code to be able to fix all these issues. A major change is needed. I'm opening this ticket to handle all these at once.
Change History (10)
| Status: |
review →
review_failed
|
| Owner: |
changed from Frederico Caldeira Knabben to Sa'ar Zac Elias
|
| Status: |
review_failed →
review
|
| Status: |
review →
assigned
|
| Owner: |
Sa'ar Zac Elias deleted
|
| Status: |
assigned →
new
|
| Owner: |
set to Sa'ar Zac Elias
|
| Status: |
new →
review
|
| Owner: |
changed from Sa'ar Zac Elias to Frederico Caldeira Knabben
|
| Status: |
review →
review_passed
|
| Resolution: |
→ fixed
|
| Status: |
review_passed →
closed
|
I'm reviewing the entire tableresize plugin with this patch, changing the logic in some places, simplifying things in others, and even clean up things a bit.
All the reported issues should be fixed.