Ticket #42 (closed defect: worksforme)
Table-operations popups size in IE on XP
| Reported by: | Chuck | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | Version 1.0 |
| Component: | Plugin_TableOperations | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by gogo) (diff)
Maybe it's a matter of how I customized my row/cell properties popups but, in IE6 on WinXP ( not problem in firefox here ), the height of popups is slightly too small as to hide half the buttons at the bottom of the form.
The only changes I did to the table-operations.js downloaded here are as follow
changed line 358 to : <tr style=\"display:none\"> \ instead of <tr> \
and changed lines 683 thru 685 into commented lines as : /* ["table-prop", "table"],
null, // separator
*/
Anyone stumbled on this and has a quick fix for it?
P.S. it's quite strange that, the popup for creating the table itself is absolutely fine...
