საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

I want the dialog that asks if you want to suppress dialog boxes from a webpage to never come up. How would I go about doing this?

  • 5 პასუხი
  • 2 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 2 ნახვა
  • ბოლოს გამოეხმაურა jscher2000 - Support Volunteer

I have a script running via javascript on a page that automaticly silently prints a page however it does create a small dialog box that shows a progress bar. I cannot just suppress the dialog box because then the printing does not occur. Is there I can make it so that firefox never asks me if I want to suppress these dialog boxes.

Thank you in advance.

I have a script running via javascript on a page that automaticly silently prints a page however it does create a small dialog box that shows a progress bar. I cannot just suppress the dialog box because then the printing does not occur. Is there I can make it so that firefox never asks me if I want to suppress these dialog boxes. Thank you in advance.

ყველა პასუხი (5)

Is that progress bar from Firefox? Or is that coming from Windows or from print drivers?

I am unsure of which it is, all it says is printing. I just need mozilla to stop asking me if I want dialog boxes produced by the page suppressed.

I have added a picture of the "printing" dialog box

Attached is the box asking if I want the dialog boxes suppressed. This is the one I want to suppress/never show up

Create a new Integer pref with the name dom.successive_dialog_time_limit and set the value to 0.

Did you have to create a print.always_print_silent preference in order to encounter this issue?

I'm surprised Firefox offers the ability to suppress its own print progress dialog if that has the effect of breaking printing. This might have been an unintended consequence of the patch designed to protect users from being tormented by alert() and other script dialogs. Maybe someone should file a bug to exempt this one?