Clicking past end of line selects the last word on the same line
Categories
(Webtools :: Searchfox, defect)
Tracking
(Not tracked)
People
(Reporter: agashlin, Assigned: emilio)
Details
Attachments
(1 file)
Browse a file that has alphanumeric words at the end of a line, this Python script is a good example. Click in space off to the right (for instance to the right of one of the import
lines), if you happened to click on a line with a word at the end, a "Search for the substring" popup will appear with that last word.
This doesn't happen with styled text, like the license comment block at the top, I think because that text is in a <span>
, so the whitespace isn't part of the node with the text. And it doesn't happen with lines ending in a symbol, so not in C++ or JavaScript. I see it most often in NSIS but Python has it as well. This is particularly irritating for me as I usually click in that space to dismiss a another popup.
Assignee | ||
Comment 1•4 years ago
|
||
I think this is a regression from my context menu changes from a while ago, and it seems pretty easy to fix, I can take a look when I find some time.
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
I guess that landed, so let's call it fixed. It should be live on the next indexing run.
Reporter | ||
Comment 4•4 years ago
|
||
I checked today and can't reproduce the issue, thanks for the quick fix!
Description
•