Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

dialog: text in the dialog stays bolded permanently after the dialog animation ends on macOS #10067

Open
@rvarbanov

Description

@rvarbanov

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.9
  • Angular Material Version: 1.1.1

Additional Information:

  • Browser Type: * Chrome
  • Browser Version: * 54.0.2840.98 (64-bit)
  • OS: * OS X El Capitan 10.11.6 (15G1108)
  • Stack Traces: n/a

Maybe a screenshot will help:
screen shot 2016-11-29 at 9 32 41 am

EDIT: Included a gif to better demo the issue
2016-12-01 09_57_36

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P4: minorMinor issues. May not be fixed without community contributions.browser: Chromehotlist: animationsneeds: investigationThe cause of this issue is not well understood and needs to be investigated by the team or communityos: macOSThis issue is specific to macOSui: CSS

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions