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 101248 - Caret appears/disappears when entering in flow layout editing
Summary: Caret appears/disappears when entering in flow layout editing
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks: 101233
  Show dependency tree
 
Reported: 2007-04-17 00:00 UTC by Peter Zavadsky
Modified: 2007-04-17 01:17 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 Peter Zavadsky 2007-04-17 00:00:41 UTC
1) Open page
2) Switch to flow layout
3) No caret visible
4) Click into the page
5) Caret appears (for short time) and disappears immediatelly
6) Another click is necessary to get the caret appear.
Comment 1 Peter Zavadsky 2007-04-17 00:59:09 UTC
5) was problem of redundant code harming the process.
3) Is problem of reseting page box, which was at the time of setting caret not
validated yet, and therefore the caret position was not found.
Comment 2 Peter Zavadsky 2007-04-17 01:05:11 UTC
The 3) is not valid. The component doesn't have a focus. One need to switch to
the designer component to get caret visible.
The fix is getting ready.
Comment 3 Peter Zavadsky 2007-04-17 01:17:53 UTC
Fixed:
Checking in
visualweb/designer/src/org/netbeans/modules/visualweb/designer/SelectionManager.java;
/cvs/visualweb/designer/src/org/netbeans/modules/visualweb/designer/SelectionManager.java,v
 <--  SelectionManager.java
new revision: 1.38; previous revision: 1.37
done