Ticket #463 (closed defect: fixed)
Opened 2011-04-28T16:22:53-05:00
Last modified 2011-06-20T12:01:36-05:00
Fix painting problem with SwingInputPanel on Windows
Reported by: | gharris | Owned by: | gharris |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Plugin Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description (last modified by curtis)
On Windows (7, at least) plugin input dialogs do not paint correctly. Things are only partially painted, with a large white space blocking view of the rest.
Change History
comment:1 Changed 2011-04-28T16:42:41-05:00 by gharris
comment:2 Changed 2011-04-28T16:44:29-05:00 by curtis
- Description modified
- Summary changed from Fix Plugin Input Component (fails to display correctly on Win) to Fix painting problem with SwingInputPanel on Windows
comment:3 Changed 2011-05-16T15:20:24-05:00 by gharris
Regarding first field in InputPanel not displaying:
Tried forcing setVisible() onto the EDT, but does not make any difference.
This may have something to do with MigLayout.
I tried adding a message as the first item and this did force the next field to be visible.
Also tried changing the size (+40 to height) - again no diff.
comment:4 Changed 2011-06-20T12:01:36-05:00 by gharris
- Status changed from new to closed
- Resolution set to fixed
Curtis fixed this as part of some changes to SwingInputPanel
On Windows (7, at least) input dialog does not paint correctly. Only part of a widget is painted.