Ticket #888 (closed defect: duplicate)

Opened 6 years ago

Last modified 6 years ago

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

Changed 6 years ago by gogo

  • status changed from new to closed
  • resolution set to duplicate

Duping #603

Note: See TracTickets for help on using tickets.