Closed
Bug 871522
Opened 12 years ago
Closed 11 years ago
Factor out EditText bits from BrowserToolbar into a CustomView
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 28
People
(Reporter: lucasr, Assigned: lucasr)
References
Details
Attachments
(3 files)
(deleted),
patch
|
sriram
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
sriram
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
sriram
:
review+
|
Details | Diff | Splinter Review |
Right now, all the EditText handling from awesomescreen was moved directly into BrowserToolbar which is non-ideal.
Assignee | ||
Comment 1•12 years ago
|
||
Maybe it will be better to turn the layout containing the EditText and the go Button to a custom view (as opposed to just the EditText part) because the EditText callbacks have to update the go button in certain cases.
Assignee | ||
Updated•11 years ago
|
Whiteboard: good-first-bug-fig
Updated•11 years ago
|
Whiteboard: good-first-bug-fig → good first bug-fig
Comment 2•11 years ago
|
||
This isn't actually a [good first bug] in the traditional sense, good-first-bug-fig was a tag we were using for our new about:home work.
However, this could probably be a mentor bug. Lucas, do you want to be the mentor here?
Flags: needinfo?(lucasr.at.mozilla)
Whiteboard: good first bug-fig
Assignee | ||
Comment 3•11 years ago
|
||
Sure.
Flags: needinfo?(lucasr.at.mozilla)
Whiteboard: [mentor=lucasr][lang=java]
Assignee | ||
Comment 4•11 years ago
|
||
Doing this as part of major refactoring in toolbar. Taking.
Assignee: nobody → lucasr.at.mozilla
Whiteboard: [mentor=lucasr][lang=java]
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Comment 6•11 years ago
|
||
Assignee | ||
Comment 7•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #831591 -
Flags: review?(sriram)
Assignee | ||
Updated•11 years ago
|
Attachment #831592 -
Flags: review?(sriram)
Assignee | ||
Updated•11 years ago
|
Attachment #831593 -
Flags: review?(sriram)
Updated•11 years ago
|
Attachment #831591 -
Flags: review?(sriram) → review+
Comment 8•11 years ago
|
||
Comment on attachment 831592 [details] [diff] [review]
Remove unnecessary long press listener from toolbar (r=sriram)
Review of attachment 831592 [details] [diff] [review]:
-----------------------------------------------------------------
I think this is necessary. Didn't we add this to avoid showing context menu, but selecting all text, when long pressing in editing mode?
Attachment #831592 -
Flags: review?(sriram) → review-
Updated•11 years ago
|
Attachment #831593 -
Flags: review?(sriram) → review+
Assignee | ||
Comment 9•11 years ago
|
||
(In reply to Sriram Ramasubramanian [:sriram] from comment #8)
> Comment on attachment 831592 [details] [diff] [review]
> Remove unnecessary long press listener from toolbar (r=sriram)
>
> Review of attachment 831592 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> I think this is necessary. Didn't we add this to avoid showing context menu,
> but selecting all text, when long pressing in editing mode?
This doesn't seem necessary anymore, can't really see why to be honest. Long clicking on entry selects all text even without the long click handler. In any case, note how the current long click handler always returns false (which makes it kinda pointless).
Flags: needinfo?(sriram)
Assignee | ||
Comment 10•11 years ago
|
||
Comment on attachment 831592 [details] [diff] [review]
Remove unnecessary long press listener from toolbar (r=sriram)
Requesting review after clarification.
Attachment #831592 -
Flags: review- → review?(sriram)
Updated•11 years ago
|
Attachment #831592 -
Flags: review?(sriram) → review+
Assignee | ||
Comment 12•11 years ago
|
||
Comment 13•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/79c1b20129d7
https://hg.mozilla.org/mozilla-central/rev/d21e0ed66e40
https://hg.mozilla.org/mozilla-central/rev/105743ce8441
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 28
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•