dialog: text in the dialog stays bolded permanently after the dialog animation ends on macOS #10067
Description
Actual Behavior:
What is the issue? *
My app collects data that you can edit at a later time. I use mdDialog to show a form with all the current data that the user can update. The issue I am having right now is that when you open the dialog, all the pre-existing data is "bold." If you are to focus on the input fields with existing data, they will instantly change to "normal." I have seen that issue only in Chrome. When I load the app in FireFox, the text in the input fields are "normal."What is the expected behavior?
I am expecting the text in the inputs not to be bold.
CodePen (or steps to reproduce the issue): *
-
CodePen Demo which shows your issue:
For whatever reason, it is not showing up in CodePen. However, you can see the issue on the current Angular Material website. If you know why CodePen would not work for me, please let me know. I spend a few hours trying to reproduce the issue in it to no avail. -
Details:
Go to the Angular Material dialog demo webpage and click on the "PROMPT DIALOG" button. That will open a dialog with one input field that is that has existing data of "Buddy." When the dialog opens, for a split second you can see that the text "Buddy" is in "bold." After the field gets autofocused the text turns into "normal."
Angular Versions: *
Angular Version:
1.5.9Angular Material Version:
1.1.1
Additional Information:
Browser Type: *
ChromeBrowser Version: *
54.0.2840.98 (64-bit)OS: *
OS X El Capitan 10.11.6 (15G1108)Stack Traces:
n/a
EDIT: Included a gif to better demo the issue
EDIT 2: Also, if I go into Developer Tools and disable a style it all the test in the dialog will update to normal. E.g., if I disable to background-color of a button all the text of the dialog will visually change to normal.