Bug 1536151 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR:
1. Open a link to the profiler, for example https://perfht.ml/2Y7SjLh
2. Click on the "permalink" button at the top.
=> See how the background color is different depending on whether the user clicks on the text, or outside of the text (but still inside the button). It looks like ":active" isn't applied when we click inside the text.

We use the selector ":hover:active" to style this button.

I'm sorry to present such a complex use case, but I couldn't reproduce with a simpler test case.


This reproduces in firefox 66 but not firefox 65, that's why I thought of bug 1089326 as a possible regressing bug, but this is a wild guess. Especially we use a <input type="button">, not a <button>...
STR:
1. Open a link to the profiler, for example https://perfht.ml/2Y7SjLh
2. Click on the "permalink" button at the top.

=> See how the background color is different depending on whether the user clicks on the text, or outside of the text (but still inside the button). It looks like ":active" isn't applied when we click inside the text.

We use the selector ":hover:active" to style this button.

I'm sorry to present such a complex use case, but I couldn't reproduce with a simpler test case.


This reproduces in firefox 66 but not firefox 65, that's why I thought of bug 1089326 as a possible regressing bug, but this is a wild guess. Especially we use a <input type="button">, not a <button>...

Back to Bug 1536151 Comment 0