|
Forum Quotes - Aaaaaaaaaaaargh what is happening to my post?
|
|
|
|
|
19-03-2012, 11:52 AM
|
||||
|
||||
RE: Forum Quotes - Aaaaaaaaaaaargh what is happening to my post?
(19-03-2012 11:34 AM)kineo Wrote:(19-03-2012 11:01 AM)germanyt Wrote:(18-03-2012 12:15 AM)DeepThought Wrote: Some of you may be wondering: IE. Once I reload the page the quote appears again. “Whenever you find yourself on the side of the majority, it's time to pause and reflect.” -Mark Twain |
||||
|
19-03-2012, 12:02 PM
|
||||
|
||||
|
RE: Forum Quotes - Aaaaaaaaaaaargh what is happening to my post?
chrome seems to be working fine
|
||||
|
19-03-2012, 06:41 PM
|
||||
|
||||
RE: Forum Quotes - Aaaaaaaaaaaargh what is happening to my post?
(19-03-2012 12:02 PM)morondog Wrote: chrome seems to be working fineFunny cos Chrome is the only browser I tested on while I was developing... All you folks using lesser browsers are SCREWED I tells ya! SCREWED ![]() I'll fix it tonight. Probably a javascript thing... I thought the prototype js framework built into MyBB would be browser independent. Oh well... “Forget Jesus, the stars died so you could be born.” - Lawrence M. Krauss |
||||
|
19-03-2012, 07:09 PM
|
||||
|
||||
|
RE: Forum Quotes - Aaaaaaaaaaaargh what is happening to my post?
I'm on FF and haven't had any issues.
My only issue came with mobile browsing and that was using the awful safari which I am no longer using due to excessive crashing so my problem is already solved. I am thinking of ditching FF and going back to chrome even though I had previously had issue with it. FF just does not want to help a brother out. I want my real downloader to work and for some stupid reason they are opposed to this idea. "I think of myself as an intelligent, sensitive human being with the soul of a clown which always forces me to blow it at the most important moments." -Jim Morrison
|
||||
|
19-03-2012, 07:44 PM
(This post was last modified: 19-03-2012 07:59 PM by craniumonempty.)
|
||||
|
||||
|
RE: Forum Quotes - Aaaaaaaaaaaargh what is happening to my post?
The reason it's a problem is because of these lines in qshrink.js:
Code: this.cite=el.firstChild.outerHTML;The first line tries to get "outerHTML" which is a property that doesn't exist in firefox. So this.cite is undefined and triggers an error on the next line that calls it. http://stackoverflow.com/questions/24197...outer-html Code: jQuery.fn.outerHTML = function(s) {That will create a jquery function that should work on firefox as well. .. oh, sorry I didn't comment earlier. I didn't even look at this thread, so thought you knew it was still a problem. Edit: at first I thought it was my machine, because it worked on the other box (that's not really mine). However, that is because it's html5, and this is an older version of Mozilla. I'm using puppy linux, because this machine sux balls... So basically any browser that doesn't use html5 (or already has that function) will not work. A theist and an atheist go to heaven. theist: "See! There is a heaven." atheist: "So, you consider heaven a joke too?" ------ Defy gravity... stand up. |
||||
|
19-03-2012, 08:34 PM
(This post was last modified: 19-03-2012 08:54 PM by DeepThought.)
|
||||
|
||||
|
RE: Forum Quotes - Aaaaaaaaaaaargh what is happening to my post?
Thanks for that. It saved me some time! I'll use a different property. I used outerHTML as a shortcut.
The forum already has the prototype js framework built in so I don't want to add the jquery framework to the mix. I suppose I can change the code to: this.cite='<cite>'+el.firstChild.innerHTML+'</cite>'; Note to self... stop using that horrible mshtml rubbish code.
“Forget Jesus, the stars died so you could be born.” - Lawrence M. Krauss |
||||
|
19-03-2012, 09:00 PM
|
||||
|
||||
|
RE: Forum Quotes - Aaaaaaaaaaaargh what is happening to my post?
Thank you, it's fixored!
Godzilla Kitten, Directed by J.J. Abrams
|
||||
|
19-03-2012, 09:11 PM
|
||||
|
||||
RE: Forum Quotes - Aaaaaaaaaaaargh what is happening to my post?
(19-03-2012 09:00 PM)kineo Wrote: Thank you, it's fixored! Huh? I didn't change anything!I still need to get home and upload the bugfix. “Forget Jesus, the stars died so you could be born.” - Lawrence M. Krauss |
||||
1 user Likes DeepThought's post |
|
19-03-2012, 09:45 PM
|
||||
|
||||
RE: Forum Quotes - Aaaaaaaaaaaargh what is happening to my post?
(19-03-2012 09:11 PM)DeepThought Wrote:(19-03-2012 09:00 PM)kineo Wrote: Thank you, it's fixored! Hmm, maybe it's just because I'm at home now... But I swear I tried over the weekend and it didn't work then either. Godzilla Kitten, Directed by J.J. Abrams
|
||||
|
19-03-2012, 10:13 PM
|
||||
|
||||
|
RE: Forum Quotes - Aaaaaaaaaaaargh what is happening to my post?
maybe it got fixed because FF just updated, at least for me...
btw, can we have some visual indicator that a quote is collapsed? I like my eyecandy
![]() |
||||
1 user Likes nach_in's post |
|
|
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Is there a way I can simply post mp3s? | Atothetheist | 12 | 134 |
14-05-2013 08:00 PM Last Post: KVron |
|
| Account Closing and Post Editing | DeepThought | 72 | 1,058 |
10-04-2013 06:12 PM Last Post: Hughsie |
|
| please delete this post--my bad. | Egor | 21 | 394 |
04-04-2013 12:50 PM Last Post: guitar_nut |
|
| I don't know where else to post this. I'm confused. | Peanut | 36 | 458 |
30-03-2013 01:46 PM Last Post: Doctor X |
|
| Cannot post with Safari? | Wolf Bird | 33 | 358 |
27-03-2013 05:25 AM Last Post: Wolf Bird |
|
| Suggestion: please also show today's thread and post numbers | HU.Junyuan | 0 | 53 |
26-03-2013 10:50 PM Last Post: HU.Junyuan |
|
| I did not create the post, Veridiculous | Egor | 13 | 376 |
04-03-2013 04:35 AM Last Post: hedgehog648 |
|
User(s) browsing this thread: 1 Guest(s)






![[+]](images/night/collapse_collapsed.gif)



Note to self... stop using that horrible mshtml rubbish code.
Huh? I didn't change anything!![[Image: sigvacachica.png]](http://i907.photobucket.com/albums/ac273/nach_in/sigvacachica.png)