Closed
Bug 902828
Opened 10 years ago
Closed 10 years ago
[Costcontrol] In datalimit more than 5 digit numbers are entered,can not distinguish between GB/MB
Categories
(Firefox OS Graveyard :: Gaia::Cost Control, defect, P2)
Tracking
(blocking-b2g:leo+, b2g18 verified, b2g-v1.1hd fixed)
RESOLVED
FIXED
blocking-b2g | leo+ |
People
(Reporter: leo.bugzilla.gaia, Assigned: salva)
References
Details
Attachments
(3 files)
1. Title : In datalimit more than 5 digit numbers are entered,can not distinguish between GB/MB 2. Precondition : 3. Tester's Action : Usage ->Welcome -> Data Report -> Data Alert check / When use is above 4. Detailed Symptom (ENG.) :In datalimit more than 5 digit numbers are entered,can not distinguish between GB/MB and GB/MB disappears 6.Reproducibility: Y 1)Frequency Rate : 100%\ 7.Gaia Master/v1-train : Reproduced 8.Gaia Revision: 0d5a9a7577f16b6a72a982148c6f509ee1714ea2(Gecko-499c1f8ea7ad0cdaa7086214278e2944b8a2ea33) 9.Personal email id: vsireesha246@gmail.com
.settings li > .end button .tag { margin: 0; float: none; height: auto; width: auto; white-space: nowrap; } After adding the "white-space: nowrap;" the number becomes elipsis.. Is it correct solution? or We need to show number..unit(78.55..GB)
Comment 4•10 years ago
|
||
Could we create a class for this, instead of the nested selectors? Will be more effective.
You mean to say like this .unit { white-space: nowrap; } Here i added "unit" as class <div class="end buttons-list"> <button class="settings-option icon icon-dialog" data-widget-type="data-limit" data-disable-on="dataLimit=false"> <span class="tag unit"></span> </button> </div>
This issue depends on the bug-892086. This issue will occur in Costcontrol FTE and also in costcontrol settings. Bug-892086 the patch is proposed like long buttons and same way we need to do it for FTE costcontrol view also?
Assignee | ||
Comment 7•10 years ago
|
||
Bug 892086 has been solved but it remains to solve the problem in the FTE. Let's use this bug for that.
Assignee: nobody → salva
Status: NEW → UNCONFIRMED
Ever confirmed: false
Assignee | ||
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 8•10 years ago
|
||
Attachment #792217 -
Flags: review?(francisco.jordano)
Comment 9•10 years ago
|
||
Comment on attachment 792217 [details]
Changing size of data limit thresholds inside the FTE
Nice, clean and direct to the point.
Attachment #792217 -
Flags: review?(francisco.jordano) → review+
Assignee | ||
Comment 10•10 years ago
|
||
Master: c5f368518ae92caaa3ec822d53bcb45e1b0601c5
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 11•10 years ago
|
||
Uplifted c5f368518ae92caaa3ec822d53bcb45e1b0601c5 to: v1-train: 431e54db374f15dfb35291dea5b0839e11f10be8
status-b2g18:
--- → fixed
Comment 12•10 years ago
|
||
v1.1.0hd: 431e54db374f15dfb35291dea5b0839e11f10be8
status-b2g-v1.1hd:
--- → fixed
Comment 13•10 years ago
|
||
Issue no longer occurs on Leo device Build ID: 20130827041201 Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/328b3b8158ee Gaia: 4b2f1a103d046c92d201e8fcfb1ae224f59e7cf1 Platform Version: 18.1 In data limit more than 5 digit numbers are entered,does distinguish between GB/MB
You need to log in
before you can comment on or make changes to this bug.
Description
•