Actions
Bug #921
closedproblem with LockedPanel display in editor
Start date:
12/04/2002
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
921
Description
The LockedPanel class is used as a plugin in the xml editor for items that
should not be editable. This plugin does not display help properly and is sized
incorrectly.
Updated by Dan Higgins almost 22 years ago
Changed XMLPanel code to not use the LockedPanel plug-in and instead just set
the Texbox for an element to be non-editable. This is because the editor plugins
do not currently size themselves properly (because they do not 'know' the
enclosing panel size. The general case needs to be fixed, but currently only the
LockedPanel is in general use, so this fix should fix problems with inconsistent
displays.
Actions