Ticket #888 (closed defect: duplicate)
Table properties dialog is too small. Ok and cancel buttons are hidden.
| Reported by: | henrik.andersen@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | Version 1.0 |
| Component: | Plugin_TableOperations | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description
When using TableOperations in IE Table properties, row properties and cell properties are missing the ok and cancel buttons. The dialog windows is not big enough. (height problem)
Possible solution. Change this line:
htmlarea/popupwin.js :
self.window.resizeTo(w + 8, h + 35);
add more to height:
self.window.resizeTo(w + 8, h + 65);
Change History
Note: See
TracTickets for help on using
tickets.
