Closed
Bug 988362
Opened 12 years ago
Closed 12 years ago
[STK]The maxlength of the inputbox didn't set corretly in GET_INPUT command. (Increment wait time)
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(blocking-b2g:1.3+, b2g-v1.3 fixed, b2g-v1.3T fixed, b2g-v1.4 fixed, b2g-v2.0 fixed)
People
(Reporter: frsela, Assigned: frsela)
References
Details
Attachments
(1 file)
|
46 bytes,
text/x-github-pull-request
|
timdream
:
review+
frsela
:
feedback+
praghunath
:
approval-gaia-v1.3+
praghunath
:
approval-gaia-v1.4+
|
Details | Review |
At bug 893614 we added a workaround for bug 818270 (Changing maxlength on an input with display: none doesn't change the maxlength)
In bug 895314 was commented that this workaround fails in some tests, but increasing the time fix the issue (https://bugzilla.mozilla.org/show_bug.cgi?id=895314#add_comment)
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8397127 -
Flags: feedback?(chenxk)
Comment 2•12 years ago
|
||
That's OK. Thanks a lot!
Comment 3•12 years ago
|
||
Comment on attachment 8397127 [details] [review]
Patch to fix https://bugzilla.mozilla.org/show_bug.cgi?id=895314#c2
That's OK. Thanks a lot!
| Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 8397127 [details] [review]
Patch to fix https://bugzilla.mozilla.org/show_bug.cgi?id=895314#c2
f+ based in the last comment ;)
r?
Attachment #8397127 -
Flags: review?(timdream)
Attachment #8397127 -
Flags: feedback?(chenxk)
Attachment #8397127 -
Flags: feedback+
Updated•12 years ago
|
Attachment #8397127 -
Flags: review?(timdream) → review+
| Assignee | ||
Comment 5•12 years ago
|
||
Thank you Tim ! :)
I suppose we should land this path in master without unit test since I'm working in other related bugs in the unit tests for STK in System.
Do you agree to land this one now?
Flags: needinfo?(timdream)
Comment 6•12 years ago
|
||
(In reply to Fernando R. Sela (no CC, needinfo please) [:frsela] from comment #5)
> Thank you Tim ! :)
>
> I suppose we should land this path in master without unit test since I'm
> working in other related bugs in the unit tests for STK in System.
>
> Do you agree to land this one now?
I don't think this particular change is testable, so just land it then.
Flags: needinfo?(timdream)
| Assignee | ||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Assignee: nobody → frsela
Target Milestone: --- → 1.4 S4 (28mar)
| Assignee | ||
Comment 8•12 years ago
|
||
Comment on attachment 8397127 [details] [review]
Patch to fix https://bugzilla.mozilla.org/show_bug.cgi?id=895314#c2
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
This patch is needed to land 989852 without race-condition issue
[User impact] if declined: Low
[Testing completed]: Not needed, only changes a timeout. Tests will be provided in 989852
[Risk to taking this patch] (and alternatives if risky): None
Attachment #8397127 -
Flags: approval-gaia-v1.4?(release-mgmt)
Attachment #8397127 -
Flags: approval-gaia-v1.3?(release-mgmt)
| Assignee | ||
Comment 9•12 years ago
|
||
Nominating to v1.3 and v1.4 since it blocks a blocker (Bug 989852)
status-b2g-v1.3:
--- → affected
status-b2g-v1.4:
--- → affected
Updated•12 years ago
|
Attachment #8397127 -
Flags: approval-gaia-v1.4?(release-mgmt)
Attachment #8397127 -
Flags: approval-gaia-v1.4+
Attachment #8397127 -
Flags: approval-gaia-v1.3?(release-mgmt)
Attachment #8397127 -
Flags: approval-gaia-v1.3+
Comment 11•12 years ago
|
||
v1.4: https://github.com/mozilla-b2g/gaia/commit/42c4fc535db0dedbecd8b0ecd98a26eb90c8d6cf
v1.3: https://github.com/mozilla-b2g/gaia/commit/67dafc6ea4ca1f8c0355d7ad337337fbc2cd3cf9
I'll go ahead and assume that this is 1.3+ since it was approved.
Updated•12 years ago
|
blocking-b2g: 1.3? → 1.3+
Updated•12 years ago
|
status-b2g-v1.3T:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•