Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spoiler Plugin - Support
#27
andyash Wrote:Can these issues be sorted soon?
I had time to fix the mentioned issues now!
The Bugs you mentioned:
  • Internet Explorer doesn't show spoiler link at all in some cases it showed only the full spoiler and ignored the JavaScript completely
  • Firefox doesn't showed the link and on buttons the text was missing

The issues were cause because some horrible JavaScript compatibility issues:
Fixing the Firefox bug was easy, after a couple minutes I knew that innerText was the problem, which Firefox seems to handle in a strange way some times, I changed it to innerHTML and Firefox problems were fixed.
With Internet Explorer (version lower than 9) it was more complicated, it was a combination of two issues that Internet Explorer had before version 9. First problem was the way i searched for the spoiler's: I used document.getElementsByClassName which was a very easy and simple way which worked much better than the old loop search I used for it. But Internet Explorer doesn't supports it and throws an error when using it.
To circumvent this I used “The Ultimate GetElementsByClassName“ by Rober Nyman and this problem was fixed for god.
Now I ran into another issue: Internet Explorer doesn't support addEventListener but has attachEvent instead, so I added a simple try - catch, if addEventListener doesn't work it will use attachEvent instead. This isn't maybe a good solution and I know that this maybe causes some problems in more unknown Browsers like Opera but for now it is a acceptable and simple solution.
I will improve the JavaScript more when I have more time and can concentrate more on the topic. See 1.6 like a quick'n'dirty update, until I've time to think of a better solution for mentioned problems.

Thanks, ePirat
Reply


Messages In This Thread
Spoiler Plugin - Support - by ePirat - 2011-04-27, 19:26:09
RE: Spoiler Plugin - Support - by wampir - 2013-02-19, 08:37:27
RE: Spoiler Plugin - Support - by ePirat - 2013-02-20, 19:35:14
RE: Spoiler Plugin - Support - by wampir - 2013-02-20, 23:31:37
RE: Spoiler Plugin - Support - by ePirat - 2013-02-20, 23:35:47
RE: Spoiler Plugin - Support - by Oleg06 - 2013-05-03, 02:40:49
RE: Spoiler Plugin - Support - by ePirat - 2013-05-28, 01:02:31
RE: Spoiler Plugin - Support - by 0zz - 2013-08-07, 14:25:48
RE: Spoiler Plugin - Support - by ePirat - 2013-12-07, 22:31:11
RE: Spoiler Plugin - Support - by 0zz - 2015-03-13, 00:42:43
Spoiler Plugin - Support - by Connie - 2011-04-27, 20:07:14
Spoiler Plugin - Support - by ePirat - 2011-04-27, 20:38:35
Spoiler Plugin - Support - by Connie - 2011-04-27, 21:27:52
Spoiler Plugin - Support - by polyfragmented - 2011-04-27, 21:32:41
Spoiler Plugin - Support - by krisu - 2011-04-28, 01:08:45
Spoiler Plugin - Support - by mikeh - 2011-04-28, 02:53:16
Spoiler Plugin - Support - by jlm - 2011-04-28, 03:03:14
Spoiler Plugin - Support - by singulae - 2011-04-28, 08:07:55
Spoiler Plugin - Support - by ePirat - 2011-04-28, 22:18:52
Spoiler Plugin - Support - by jlm - 2011-04-29, 01:04:32
Spoiler Plugin - Support - by ePirat - 2011-04-29, 02:35:31
Spoiler Plugin - Support - by ePirat - 2011-04-29, 02:49:14
Spoiler Plugin - Support - by jlm - 2011-04-30, 00:42:21
Spoiler Plugin - Support - by ePirat - 2011-04-30, 10:42:56
Spoiler Plugin - Support - by polyfragmented - 2011-04-30, 21:33:58
Spoiler Plugin - Support - by andyash - 2011-06-25, 20:11:02
Spoiler Plugin - Support - by ePirat - 2011-10-22, 20:07:01
Spoiler Plugin - Support - by andyash - 2011-11-02, 21:23:48
Spoiler Plugin - Support - by ePirat - 2011-11-03, 02:05:07
Spoiler Plugin - Support - by andyash - 2011-11-08, 01:28:08
Spoiler Plugin - Support - by ePirat - 2011-11-08, 03:29:38
Spoiler Plugin - Support - by andyash - 2011-11-10, 20:38:32
Spoiler Plugin - Support - by ePirat - 2011-11-21, 17:56:04
Spoiler Plugin - Support - by andyash - 2011-11-21, 19:31:25
Spoiler Plugin - Support - by andyash - 2011-12-16, 00:58:55
Spoiler Plugin - Support - by ePirat - 2011-12-16, 02:24:25
Spoiler Plugin - Support - by andyash - 2011-12-18, 16:05:25
Spoiler Plugin - Support - by ePirat - 2011-12-18, 22:11:50
Spoiler Plugin - Support - by Oleg06 - 2011-12-18, 23:04:53
Spoiler Plugin - Support - by ePirat - 2012-01-22, 23:26:45
Spoiler Plugin - Support - by Oleg06 - 2012-01-23, 00:11:59
Spoiler Plugin - Support - by datiswous - 2012-10-18, 00:55:08
Spoiler Plugin - Support - by ePirat - 2012-10-18, 08:47:07



Users browsing this thread: 1 Guest(s)