Closed
Bug 772327
Opened 13 years ago
Closed 13 years ago
Password mask timer is too short on Android
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(1 file)
4.38 KB,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
Since LookAndFeel::GetEchoPassword() returns true, editor masks password by one short timer. On TextView of android framework, this timer is 1.5 sec. but Gecko uses 0.6 sec now. (from Maemo?)
This value should be platform specific.
Comment 1•13 years ago
|
||
Moving into Fennec to get the attention of the right people. But yeah, this makes sense to me.
Component: Editor → General
Product: Core → Firefox for Android
Assignee | ||
Comment 2•13 years ago
|
||
Assignee: nobody → m_kato
Assignee | ||
Updated•13 years ago
|
Attachment #640948 -
Flags: review?(blassey.bugs)
Comment 3•13 years ago
|
||
(In reply to Ehsan Akhgari [:ehsan] from comment #1)
> Moving into Fennec to get the attention of the right people. But yeah, this
> makes sense to me.
Fwiw... I'd rather bugs stay in the "right" component for the code they touch rather than fall into the Fennec product bucket. The best way to get our attention on a bug is to request tracking-fennec.
Comment 4•13 years ago
|
||
Comment on attachment 640948 [details] [diff] [review]
fix
Review of attachment 640948 [details] [diff] [review]:
-----------------------------------------------------------------
::: widget/android/nsLookAndFeel.cpp
@@ +476,5 @@
> +PRUint32
> +nsLookAndFeel::GetPasswordMaskDelayImpl()
> +{
> + // This value is hard-coded in PasswordTransformationMethod.java
> + return 1500;
ugh... I really wish this was query-able, but such is life
Attachment #640948 -
Flags: review?(blassey.bugs) → review+
Comment 5•13 years ago
|
||
(In reply to Brad Lassey [:blassey] from comment #3)
> (In reply to Ehsan Akhgari [:ehsan] from comment #1)
> > Moving into Fennec to get the attention of the right people. But yeah, this
> > makes sense to me.
>
> Fwiw... I'd rather bugs stay in the "right" component for the code they
> touch rather than fall into the Fennec product bucket. The best way to get
> our attention on a bug is to request tracking-fennec.
Good point. Moving back to editor, and thanks for bringing my attention to tracking-fennec. :-)
tracking-fennec: --- → ?
Component: General → Editor
Product: Firefox for Android → Core
Assignee | ||
Comment 6•13 years ago
|
||
Target Milestone: --- → mozilla16
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•