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 127582 - Incorrect word selection
Summary: Incorrect word selection
Status: RESOLVED DUPLICATE of bug 130384
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-17 18:25 UTC by Pavel Buzek
Modified: 2008-04-28 13:37 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 Pavel Buzek 2008-02-17 18:25:03 UTC
Try something like: border-color:yellow; If you try to select the word "yellow" (Ctrl+Shift+Left) it will select
"color:yellow".
Comment 1 Marek Fukala 2008-03-06 18:02:52 UTC
CssBracketCompleter.getNextWordOffset(Document doc, int caretOffset, boolean reverse) method needs to be fixed.
Comment 2 Marek Fukala 2008-03-18 13:59:04 UTC

*** This issue has been marked as a duplicate of 130384 ***