Closed
Bug 877167
Opened 13 years ago
Closed 13 years ago
[SMS][Regression][v1-train] Edit mode styles are broken. 'Red square' sourrounding the text should be removed
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(blocking-b2g:leo+, b2g18 verified)
People
(Reporter: borjasalguero, Assigned: jugglinmike)
Details
(Keywords: regression)
Attachments
(2 files)
|
12.75 KB,
image/png
|
Details | |
|
1.52 KB,
patch
|
julienw
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Updated•13 years ago
|
blocking-b2g: --- → leo?
Comment 1•13 years ago
|
||
This is not on master, probably a left-over from debugging problems on the v1-train branch ?
Comment 2•13 years ago
|
||
it could be, we are reproducing it in v1-train branch.
Whiteboard: regression
Comment 3•13 years ago
|
||
Hrm, I wonder what didn't get uplifted to v1-train. Any thoughts here Mike?
Flags: needinfo?(mike)
| Assignee | ||
Comment 4•13 years ago
|
||
I did some digging and found this:
The change in question was submitted for Bug 840055.
The commit in `master` is here:
https://github.com/mozilla-b2g/gaia/commit/b9b9e9#L3L446
The above commit removes the following CSS:
.edit #messages-container[data-type="list"] li.selected p {
border: 0.2rem solid #B90000;
}
But that change is not present in the uplifted commit:
https://github.com/mozilla-b2g/gaia/commit/9d452e6#L3L446
I'll get to work creating a patch that re-applies the missing changes from the original commit.
Assignee: nobody → mike
Flags: needinfo?(mike)
| Reporter | ||
Comment 5•13 years ago
|
||
Mike, https://bugzilla.mozilla.org/show_bug.cgi?id=840055 was uplifted, so this issue should be fixed... could you investigate this (it was supposed to be uplifted here https://bugzilla.mozilla.org/show_bug.cgi?id=840055#c41)? Thanks!
Flags: needinfo?(mike)
Updated•13 years ago
|
| Assignee | ||
Comment 6•13 years ago
|
||
This patch resolves the issue by increasing parity between `master` and `v1-train`. I identified the necessary changes by comparing the "sms.css" file between the two branches with the following command:
git diff b9b9e9 9d452e6 style/sms.css
Attachment #755624 -
Flags: review?(fbsc)
Flags: needinfo?(mike)
Comment 7•13 years ago
|
||
Comment on attachment 755624 [details] [diff] [review]
Remove outdated declaration blocks
works for me
r=me
thanks !
Attachment #755624 -
Flags: review?(fbsc) → review+
Comment 8•13 years ago
|
||
v1-train: 1cca9324d4444ad28c6fa99875e17abf7e8230be
Comment 9•13 years ago
|
||
(note: this was a v1-train-only fix to fix a bad uplift)
Updated•13 years ago
|
Flags: in-moztrap-
Comment 10•12 years ago
|
||
Issue does not repro anymore. The user does not see the "Red square" surrounding the text.
The defect is verified as fixed.
Environmental Variables
Leo Build ID: 20130807071207
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/11bb1b0eefff
Gaia: 60ca81600a080dae33058b0692ecaa213556c926
Platform Version: 18.1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•