Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Print document with CSS target selector

more options

I would like to check if there is a bug with printer in Firefox: HTML with CSS target selector https://drive.google.com/open?id=0B7w3ZGc8CTgqMUxWZkdONlhyZWM

If you select `ru` it will hide all non-ru text, but when you is trying to print Firefox resets target selector and again there is english text. Chrome is able to print correctly with CSS target selected elements

The question is it maybe a bug in Firefox that resets target selector?

I would like to check if there is a bug with printer in Firefox: HTML with CSS target selector https://drive.google.com/open?id=0B7w3ZGc8CTgqMUxWZkdONlhyZWM If you select `ru` it will hide all non-ru text, but when you is trying to print Firefox resets target selector and again there is english text. Chrome is able to print correctly with CSS target selected elements The question is it maybe a bug in Firefox that resets target selector?

Επιλεγμένη λύση

It definitely could be a bug. I am not very conversant with sibling selectors, but even a basic rule like the following appear on screen but not in print preview:

#ru:target {border: 2px solid red;}

You can submit a bug report and see what comments you get, either confirming the problem or indicating some workaround, here:

https://bugzilla.mozilla.org/enter_bug.cgi

As you enter the description, the system will check for duplicates. Sometimes that will lead you to an existing discussion where you can vote for the bug to get fixed or contribute technical insights. ("Me too" comments are generally not helpful, however.)

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (1)

more options

Επιλεγμένη λύση

It definitely could be a bug. I am not very conversant with sibling selectors, but even a basic rule like the following appear on screen but not in print preview:

#ru:target {border: 2px solid red;}

You can submit a bug report and see what comments you get, either confirming the problem or indicating some workaround, here:

https://bugzilla.mozilla.org/enter_bug.cgi

As you enter the description, the system will check for duplicates. Sometimes that will lead you to an existing discussion where you can vote for the bug to get fixed or contribute technical insights. ("Me too" comments are generally not helpful, however.)