Closed
Bug 1304810
Opened 8 years ago
Closed 8 years ago
Microsoft Dynamics CRM notes appear to be blank due to #0000 rgba hex parsing
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(platform-rel +)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
platform-rel | --- | + |
People
(Reporter: pwilson, Unassigned)
References
Details
(Keywords: site-compat, testcase, Whiteboard: [sitewait][platform-rel-Microsoft])
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20160916101415
Steps to reproduce:
In Microsoft Dynamics CRM 2016 (SP1, Online and On Premises), when adding a note to the social pane section, the notes show as white therefore not visible on the page. This seems to be caused by the CSS file containing a shortened color code which seemed to be fine with earlier versions of Firefox.
Actual results:
Firefox version 48.0.2 was able to parse the CSS file notesv2.css.aspx, line 111 which sets the text color, default is color: #0000; In Firefox version 49.0, using developer style editor, setting it to color: #000000; fixed the issue and text looks black as before. It seems that version 49.0 does not like the truncated color value.
Expected results:
Firefox should have still parsed the color correctly like older versions and text color should have been black.
Reporter | ||
Updated•8 years ago
|
Is it possible to provide a reduced testcase, maybe a local save of the page or something like that?
it would be useful to reproduce the issue and debug it.
Reporter | ||
Comment 2•8 years ago
|
||
This is the CSS file in question, changing line 111 from color: #0000; and setting it to color: #000000; fixed the issue
Reporter | ||
Comment 3•8 years ago
|
||
I have to be very careful with the information I provide but i will upload a few files that may help.
Reporter | ||
Comment 4•8 years ago
|
||
Shows what the notes look like when broken
Reporter | ||
Comment 5•8 years ago
|
||
Shows the notes once the line 111 color: #0000; is set to color: #000000; fixed the issue. Seems as if previous versions of Firefox didn't mind seeing the color = #0000 and version 49 now can't parse it
Reporter | ||
Comment 7•8 years ago
|
||
This will probably help, attached is the saved page of a test case I created. Page.htm will open and you can see the notes will show in other browsers, firefox 49.0 will show the note text in white.
![]() |
||
Comment 8•8 years ago
|
||
#0000 is interpreted as #rgba after landing Bug 567283.
So, this is the site problem.
![]() |
||
Comment 9•8 years ago
|
||
Reporter | ||
Comment 10•8 years ago
|
||
So, am I understanding this correctly that Microsoft needs to fix their CSS file?
Comment 11•8 years ago
|
||
Yes, it sounds like a Tech Evangelism bug. Someone at Mozilla has probably a good contact at MS to address this issue about "Microsoft Dynamics CRM 2016".
David, do you know someone at Mozilla who could contact MS?
Blocks: 567283
Component: Untriaged → Desktop
Flags: needinfo?(pwilson) → needinfo?(dbaron)
Product: Firefox → Tech Evangelism
Version: 49 Branch → Firefox 49
Comment 12•8 years ago
|
||
I sent an email to our Microsoft discuss list.
Flags: needinfo?(dbaron)
Summary: Text color parse incorrectly when accessing Microsoft Dynamics CRM → Microsoft Dynamics CRM notes appear to be blank due to #0000 rgba hex parsing
Whiteboard: [sitewait]
Comment 13•8 years ago
|
||
In case someone from Microsoft ends up on this bug (and isn't on that mailing list):
The bug is in notesv2.css:
.notesWall .notesTextBoxDiv .notesTextBox,
.notesWall .notesTextBoxDiv .notesTitleBox
{
[..snip...]
color: #0000;
}
The fix would be to just use #000 or #000000 (like the rest of the file).
... or perhaps to remove the line, since it was previously ignored.
Updated•8 years ago
|
platform-rel: --- → ?
Whiteboard: [sitewait] → [sitewait][platform-rel-Microsoft]
Comment 15•8 years ago
|
||
> ... or perhaps to remove the line, since it was previously ignored.
Yeah, good point.
Updated•8 years ago
|
platform-rel: ? → +
Comment 16•8 years ago
|
||
Hi, i am Firefox user, just checking in, for any development on this issue?
![]() |
||
Comment 17•8 years ago
|
||
See Comment #12
Microsoft has been contacted.
I just sent a reminder.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•8 years ago
|
Rank: 49
Comment 18•8 years ago
|
||
The issue has been resolved with the latest CRM Online update by Microsoft:
https://support.microsoft.com/en-us/kb/3206339
Service Update 4 resolves the following issues:
-You can't see the Notes content in Safari browser version 10.0 or Firefox.
Comment 19•8 years ago
|
||
Let's close as FIXED based on Comment #18 -- thanks!
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•