This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 88740 - UI glitches in property editor of Definition field of schema component
Summary: UI glitches in property editor of Definition field of schema component
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Nathan Fiedler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-06 20:37 UTC by _ rkubacki
Modified: 2007-03-08 00:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2006-11-06 20:37:25 UTC
NetBeans5.5 + Ent pack, Linux FC5, JDK6b98

still going through http://www.netbeans.org/kb/55/loanprocessing.html I opened
property editor of 'Definition' field. For some reason the tree component
doesn't have border. Most of other similar editor use it. Tab traversing
probably goes through non-editable field at the top of frame. When I select
string, do OK and reopen it the view is neither show selected item neither at
the top. Perhaps Enter should work as default key even when focus is in tree
component.
Comment 1 Mikhail Matveev 2007-01-19 19:36:11 UTC
Still exists in the last build.
Comment 2 Mikhail Matveev 2007-01-23 12:58:16 UTC
Issue still exists in build 20070112, not only on Linux but winXP as well.
Comment 3 Nathan Fiedler 2007-02-24 23:54:15 UTC
Fixed on release551 branch. However, because the BeanTreeView takes the Enter
key press, when it has the focus, the Ok button cannot be invoked by keypress.

schema/abe/src/org/netbeans/modules/xml/schema/abe/nodes/properties/AXIComponentSelectionPanel.form;
new revision: 1.1.2.3.6.1; previous revision: 1.1.2.3
schema/abe/src/org/netbeans/modules/xml/schema/abe/nodes/properties/AXIComponentSelectionPanel.java;
new revision: 1.1.2.6.6.3; previous revision: 1.1.2.6.6.2
Comment 4 tonybeckham 2007-02-28 00:01:45 UTC
What I think the original bug is, is that the tree component should show what
the current property of an item is.  Right now if you open the property editor
for the definition field for an item that has already been defined, the editor
opens in the middle of the list, not showing the current selection nor starting
at the top of the tree.  It should either open showing the current setting or
open at the top as it does when the definition has not yet been set.
Comment 5 Nathan Fiedler 2007-02-28 19:49:35 UTC
Originally I was not seeing that particular problem (node selection, scrolling)
on Windows, but it was happening reliably on Linux. Fixed in release551 branch.

schema/abe/src/org/netbeans/modules/xml/schema/abe/nodes/properties/AXIComponentSelectionPanel.java;
new revision: 1.1.2.6.6.5; previous revision: 1.1.2.6.6.4
Comment 6 Nathan Fiedler 2007-02-28 19:58:27 UTC
BTW, the OK button and Enter keypress issue has been resolved (issue 96295).
Comment 7 tonybeckham 2007-03-08 00:01:00 UTC
Fix VERIFIED on Ubuntu Linux using build 070307_11