« Wand
Edit History

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Edit History
« Reply #15, on June 19th, 2012, 06:17 PM »
So...

I installed Edit History on Wedge.org.
It didn't work at first, because I changed the mni-menu format to allow for providing custom IDs in all variables. (Which is helpful in this situation, too.)
So I fixed that...

Now, it's working in Chrome, IE9, IE10 and Safari.
And it's failing in Opera and Firefox.
And I'm failing too -- at understanding why. Every time I'm trying to debug this in Opera, I get a browser crash. And when I debug in Firefox, it seems like everything's executing smoothly -- it creates the popup as expected, fills it in, etc... It just doesn't show it. From what I could see, #helf's parentNode is set to null, instead of being set to the body.
I tried returning "reqWin(this) || true" instead of reqWin(this), all it does is redirect me to the hardcoded link, so technically it works but it doesn't open that frigging popup...

Anyone got any idea...?

(Also, I don't understand what the radio buttons are for in the popup. There isn't any Wiki-like diff available anyway...?)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Edit History
« Reply #16, on June 19th, 2012, 06:38 PM »
Quote
(Also, I don't understand what the radio buttons are for in the popup. There isn't any Wiki-like diff available anyway...?)
There isn't because I didn't finish it. There was supposed to be.

No idea why it's failing otherwise :/
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Edit History
« Reply #17, on June 19th, 2012, 06:53 PM »
It's just... extremely annoying. And I don't want to add some stuff like "if (is_opera || is_firefox) reqWin(proper_window)"...