You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, because the banner is a dialog element setting it as display: none only hides the content of the banner and still leaves the Top Layer created by the dialog covering the page and preventing any clicks from working.
I think the correct handling for a dialog might be to trigger it's close method instead of setting the display?
The text was updated successfully, but these errors were encountered:
Some manuscript submission portals are also broken, e.g. https://mts-ng.nature.com . Note that it is not possible to fill in the username/password form unless Hush is first disabled and the cookie form is dealt with. (After that, Hush can be re-enabled.)
The cookie banner on nature.com link.springer.com etc... gets hidden I suspect because it matches the
.cc-banner
selector from https://github.com/oblador/hush/blob/master/data/vendor/fanboy-cookiemonster.txtHowever, because the banner is a
dialog
element setting it asdisplay: none
only hides the content of the banner and still leaves the Top Layer created by the dialog covering the page and preventing any clicks from working.I think the correct handling for a dialog might be to trigger it's
close
method instead of setting the display?The text was updated successfully, but these errors were encountered: