Closed
Bug 505514
Opened 16 years ago
Closed 16 years ago
Find next/find previous broken
Categories
(Skywriter Graveyard :: Editor, defect, P2)
Skywriter Graveyard
Editor
Tracking
(Not tracked)
RESOLVED
FIXED
0.4
People
(Reporter: dangoor, Assigned: dion)
Details
cmd-g (and shift-cmd-g) are mapped to find next/find previous. Currently, these
keys do nothing.
| Reporter | ||
Updated•16 years ago
|
Assignee: nobody → kdangoor
Comment 1•16 years ago
|
||
This is fixed here:
http://bitbucket.org/j4c/bespin/changeset/102b825ff69c/
The bug was raised, as after performing the search, the seach highlighting was gone and then you couldn't switch between the search results.
Updated•16 years ago
|
Assignee: kdangoor → julian.viereck
OS: Other → All
Hardware: Other → All
Version: unspecified → Trunk
Comment 2•16 years ago
|
||
It almost works now; cmd-g moves to next item, and shift-cmd-g moves to previous item, but shift-cmd-g also replaces the item with "G".
Updated•16 years ago
|
Priority: -- → P2
Target Milestone: --- → 0.4.0
| Reporter | ||
Comment 3•16 years ago
|
||
This turns out to be a problem in the th key helper which is not taking upper
case characters into account. Dion is on it.
Assignee: julian.viereck → dion
| Assignee | ||
Comment 4•16 years ago
|
||
Fixed in a way that probably breaks some printable characters. Julian, we need to revisit and re-architect the key handling.
| Reporter | ||
Comment 5•16 years ago
|
||
Fixed in cbc743f5e653
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•