Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

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

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

Μάθετε περισσότερα

Error: tipElement is null in FillInHTMLTooltip

  • 2 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 6 προβολές
  • Τελευταία απάντηση από Marlin Pierce

more options

After expanding a text area, when scrolling the text area, the browser hangs. After a while there is a pop-up message stating "A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the scrip will complete."

The Error Console indicates that the issus is in chrome://browser/content/browser.js, line 6591. This is the second line of code in the JavaScript function FillInHTMLTooltip(tipElement).

function FillInHTMLTooltip(tipElement) {

 var retVal = false;
 // Don't show the tooltip if the tooltip node is a document or disconnected.

if (!tipElement.ownerDocument || (tipElement.ownerDocument.compareDocumentPosition(tipElement) & document.DOCUMENT_POSITION_DISCONNECTED))

   return retVal;
After expanding a text area, when scrolling the text area, the browser hangs. After a while there is a pop-up message stating "A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the scrip will complete." The Error Console indicates that the issus is in chrome://browser/content/browser.js, line 6591. This is the second line of code in the JavaScript function FillInHTMLTooltip(tipElement). function FillInHTMLTooltip(tipElement) { var retVal = false; // Don't show the tooltip if the tooltip node is a document or disconnected. ''' if (!tipElement.ownerDocument || ''' (tipElement.ownerDocument.compareDocumentPosition(tipElement) & document.DOCUMENT_POSITION_DISCONNECTED)) return retVal;

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

more options

Also happens in versions 10 ESP and 13.

more options

When I installed and ran version 15, the text rendered without a scroll bar, and there is no error. The tag was a <td> with a colspan = 3. However, now when I use Firefox version 11 or 13, it is also fixed. Running version 15 changed my version 11 and my version 13 setup so I can no longer reproduce user issues with older versions.