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)

Firefox 49
x86_64
Unspecified
defect
Not set
normal

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.
Severity: normal → critical
Keywords: css1, css2, css3
Hardware: Unspecified → x86_64
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.
Severity: critical → normal
Flags: needinfo?(pwilson)
Keywords: css1, css2, css3testcase-wanted
This is the CSS file in question, changing line 111 from color: #0000; and setting it to color: #000000; fixed the issue
I have to be very careful with the information I provide but i will upload a few files that may help.
Shows what the notes look like when broken
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
Do you have the html file with the textarea to write notes?
Attached file Saved Page (page.htm)
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.
#0000 is interpreted as #rgba after landing Bug 567283. So, this is the site problem.
So, am I understanding this correctly that Microsoft needs to fix their CSS file?
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
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]
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.
platform-rel: --- → ?
Whiteboard: [sitewait] → [sitewait][platform-rel-Microsoft]
> ... or perhaps to remove the line, since it was previously ignored. Yeah, good point.
platform-rel: ? → +
Hi, i am Firefox user, just checking in, for any development on this issue?
See Comment #12 Microsoft has been contacted. I just sent a reminder.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Rank: 49
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.
Let's close as FIXED based on Comment #18 -- thanks!
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Web Compatibility
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: