1009: Permission denied to get property XULElement.tagName

ivazq******@gmai***** (Google Code) (Is this you? Claim this profile.)
April 21, 2009
1.0beta1

Permission denied to get property XULElement.tagName
http://example.com/media/rb/js/diffviewer.js?xxxxxxxxxxx
Line 648

"return (cell.tagName == "TH" &&"

Replacing this seems to work:

"return ($(cell).attr("tagName") == "TH" &&"
chipx86
#1 chipx86
Which browser is this? I'm not seeing this problem.
  • +NeedInfo
  • +Milestone-Release1.0
    +Component-DiffViewer
#2 ivazq******@gmai***** (Google Code) (Is this you? Claim this profile.)
It was Firefox 3, but it seems to not be happening any more; may have been a
transient glitch. Please close.
chipx86
#3 chipx86
  • -NeedInfo
    +UnableToReproduce