Chrome 54.0.2840.99 doesn't response style change

8 views
Skip to first unread message

Yui Rakjit

unread,
Nov 29, 2016, 4:48:32 PM11/29/16
to Google Chrome Developer Tools
We have this css to disable our target <a> or <button>

a.disabled, button.disabled {
    pointer-events: none;
    cursor: default;
}

We add this class to <a> or <button> while we are waiting for results from our back-end. When the results are returned, we remove the style above but the <a> and <button> stay unchanged. If we move a mouse over them, the style changes to what we expected (not before that). I also inspected the elements from Dev tool and 'disabled' was removed but style didn't update. This issue didn't happened to previous Chrome (I'm not sure what version that started effecting) 

We use AngularJs to develop and use 'ng-class' to add style.


PhistucK

unread,
Nov 29, 2016, 4:50:10 PM11/29/16
to Google Chrome Developer Tools
This group discusses the Developer Tools feature of Google Chrome and not general web development issues.


You can search crbug.com for an existing issue and star it. If you cannot find one, file a new issue using the "New issue" link on the same page.
Please, do not add a "+1" or "Me too" or "Confirmed" (or similar) comment. It just wastes the time of Chrome engineers and sends unnecessary e-mails to all of the people who starred the issue.

You can reply with a link to the found or created issue and might get triaged (and fixed) faster.

Thank you.



PhistucK

--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-developer-tools+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/d12ef58a-7401-479e-9b47-8acc72d90f71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages