Fetch: Pressing one time tab doesn't focus "Replace field"
Bug #965857 reported by
Darcy Luís Neves Brás da Silva
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scratch |
Fix Released
|
Medium
|
Mario Guerriero |
Bug Description
While searching a word pressing tab once moves directly to document opposed to focus "replace field" and then on a second tab to document.
Changed in scratch: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
milestone: | none → luna-beta1 |
Changed in scratch: | |
status: | Fix Committed → Fix Released |
milestone: | luna-beta1 → 1.1 |
To post a comment you must log in.
I fixed this bug in this way:
if there is text in the search entry, tab move the focus to the replace entry.
if there is no text in the search entry, the focus is moved back to the text view.