inherit
153968
0
Nov 19, 2012 15:03:05 GMT -8
Thesealion
New Phone Who Dis?
4,124
April 2010
joemaggio
|
Post by Thesealion on Dec 9, 2012 14:59:15 GMT -8
I still cannot seem to replicate the issue...
Could you try clearing your cache and cookies?
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Dec 9, 2012 15:21:17 GMT -8
Considering yootil does not execute any code, I really don't see how this could happen unless you attempted to edit the plugin...
Also, please open your error console and post any errors here. That's going to be the most helpful for us.
|
|
inherit
186006
0
Mar 30, 2019 4:02:27 GMT -8
smashwords2
Breathing
244
November 2012
smashwords2
|
Post by smashwords2 on Dec 9, 2012 15:55:42 GMT -8
Considering yootil does not execute any code, I really don't see how this could happen unless you attempted to edit the plugin... Also, please open your error console and post any errors here. That's going to be the most helpful for us. No attempt was made to edit plugin. Cleared error cache, then reproduced problem. Here is the code: Timestamp: 09/12/2012 3:50:28 PM Error: TypeError: sessionStorage is null Source File: yootil.pixeldepth.net/yootil.min.jsLine: 4 Timestamp: 09/12/2012 3:50:28 PM Error: TypeError: window.content.localStorage is null Source File: chrome://wrc/content/libs/avastwrc.js Line: 397 Timestamp: 09/12/2012 3:50:30 PM Error: TypeError: window.content.localStorage is null Source File: chrome://wrc/content/libs/avastwrc.js Line: 397 Timestamp: 09/12/2012 3:50:30 PM Error: TypeError: window.content.localStorage is null Source File: chrome://wrc/content/libs/avastwrc.js Line: 397 Timestamp: 09/12/2012 3:50:30 PM Error: TypeError: window.content.localStorage is null Source File: chrome://wrc/content/libs/avastwrc.js Line: 397 Timestamp: 09/12/2012 3:50:30 PM Error: TypeError: window.content.localStorage is null Source File: chrome://wrc/content/libs/avastwrc.js Line: 397 Timestamp: 09/12/2012 3:50:30 PM Error: TypeError: window.content.localStorage is null Source File: chrome://wrc/content/libs/avastwrc.js Line: 397 Timestamp: 09/12/2012 3:50:31 PM Error: TypeError: window.content.localStorage is null Source File: chrome://wrc/content/libs/avastwrc.js Line: 397 Timestamp: 09/12/2012 3:51:09 PM Error: TypeError: window.content.localStorage is null Source File: chrome://wrc/content/libs/avastwrc.js Line: 397
|
|
inherit
186006
0
Mar 30, 2019 4:02:27 GMT -8
smashwords2
Breathing
244
November 2012
smashwords2
|
Post by smashwords2 on Dec 9, 2012 17:20:12 GMT -8
I still cannot seem to replicate the issue... Could you try clearing your cache and cookies? I had tried clearing cache and cookies but still had issue.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Dec 9, 2012 17:53:49 GMT -8
It looks like Avast is blocking it. Please disable Avast (temporarily) and see if it works then.
|
|
inherit
186006
0
Mar 30, 2019 4:02:27 GMT -8
smashwords2
Breathing
244
November 2012
smashwords2
|
Post by smashwords2 on Dec 9, 2012 18:40:21 GMT -8
I disabled all Avast shields, disabled the Avast Webrep addon in Firefox, and the issue remained. Here is all the error code from the FF error console after refreshing FF and trying to create a Thread with formatting: Timestamp: 09/12/2012 6:16:50 PM Error: TypeError: sessionStorage is null Source File: yootil.pixeldepth.net/yootil.min.jsLine: 4 That was the only error. There were a lot of warnings dealing with css in the Global Styles. There were several warnings dealing with: Timestamp: 09/12/2012 6:16:50 PM Warning: Unknown property '-moz-opacity'. Declaration dropped. Source File: smashwordstest.freemessageboards.com/thread/new/37Line: 0 Timestamp: 09/12/2012 6:16:50 PM Warning: Error in parsing value for 'background-image'. Declaration dropped. Source File: smashwordstest.freemessageboards.com/thread/new/37Line: 0 Timestamp: 09/12/2012 6:16:50 PM Warning: Expected declaration but found '*'. Skipped to next declaration. Source File: smashwordstest.freemessageboards.com/thread/new/37Line: 0 Timestamp: 09/12/2012 6:16:50 PM Warning: Use of getAttributeNode() is deprecated. Use getAttribute() instead. Source File: 4d5.net/f/forum.js?19Line: 54
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 10, 2012 2:21:59 GMT -8
Just wondering but why are there two functions that seem to do the same thing? This is under location check conversation_new Are we currently creating a new conversation? convertation_create Are we currently creating a new conversation? Also, could you guys possibly create storage functions for storing things in local storage and whatever other type of storage works with IE 7 that will stay longer than just the one session??
Boy am I smart...I should probably read the last post on a thread before posting Do you think you could post an example of setting storage that will not end at the end of a session? I don't think i quite understand how it works One last thing, do we have permission to download the JS file? I am interested in trying to add a few functions myself which I would then submit to you guys (don't worry I will NOT claim the code ). Chances are I'll never actually get anything, but I at least want to try Edit: Since this sorta got buried I am gonna tag you guys to make sure you see it. Sorry for the inconvenience Chris PeterSorry for the delay in responding, am so busy I don't really even have time to respond lol. There is a valid reason for the 2 conversation checks, but I can't remember how to duplicate it ( Chris will likely know). Hopefully ProBoards may fix this for consistency. Sorry, storage docs hasn't been added yet, I wrote the storage stuff but it's not fully tested yet. Once I get time this week to go over it, I will update the docs. It should be as simple as... yootil.storage.set("key", "value"); There is a 3rd and 4th param. 3rd = json, 4th = persist yootil.storage.set("key", "value", true, true); //json and persist yootil.storage.get("key", true, true); // last 2 params = json and persist (I might change this and call get directly from the storage class, not sure yet). As for adding your own stuff. I suggest learning how to use GIT, as that is what the project is using, that way you can commit and push to the rep. and then we can decided if we wish to merge it into the master branch.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 10, 2012 2:23:35 GMT -8
I disabled all Avast shields, disabled the Avast Webrep addon in Firefox, and the issue remained. Here is all the error code from the FF error console after refreshing FF and trying to create a Thread with formatting: Timestamp: 09/12/2012 6:16:50 PM Error: TypeError: sessionStorage is null Source File: yootil.pixeldepth.net/yootil.min.jsLine: 4 smashwords2Can you install this dev plugin for me, and then post the error console again, as I would like to see the real line number for that error. yootil.pixeldepth.net/yootil.library.dev.pbp
|
|
inherit
186006
0
Mar 30, 2019 4:02:27 GMT -8
smashwords2
Breathing
244
November 2012
smashwords2
|
Post by smashwords2 on Dec 10, 2012 6:16:39 GMT -8
I installed plugin, disabled Avast WebRep, cleared error console, then clicked on Create Thread in a board. Here is the error report from FF error console, minus Warnings: Timestamp: 10/12/2012 6:10:36 AM Error: TypeError: sessionStorage is null Source File: yootil.pixeldepth.net/yootil.min.jsLine: 4
|
|
inherit
186006
0
Mar 30, 2019 4:02:27 GMT -8
smashwords2
Breathing
244
November 2012
smashwords2
|
Post by smashwords2 on Dec 10, 2012 6:52:19 GMT -8
Peter, I now have 2 yootil plugins showing, both same size, neither indicates it may be a dev plugin. Is this correct or am I doing something wrong?
|
|
inherit
153968
0
Nov 19, 2012 15:03:05 GMT -8
Thesealion
New Phone Who Dis?
4,124
April 2010
joemaggio
|
Post by Thesealion on Dec 10, 2012 9:46:36 GMT -8
Peter - I see how you can edit the code, but I don't understand how I would test it to make sure what I am trying to do actually works...without installing the JS file on a forum that is...
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 10, 2012 10:38:22 GMT -8
Peter, I now have 2 yootil plugins showing, both same size, neither indicates it may be a dev plugin. Is this correct or am I doing something wrong? Disable the other plugin, just use the one I posted and enable it. problem at the moment is due to a cached file. Maybe a link to your forum open for us just to verify the plugin is using the correct JS file, which should not be the minified version.
|
|
inherit
186006
0
Mar 30, 2019 4:02:27 GMT -8
smashwords2
Breathing
244
November 2012
smashwords2
|
Post by smashwords2 on Dec 10, 2012 10:48:14 GMT -8
Disable the other plugin, just use the one I posted and enable it. problem at the moment is due to a cached file. Maybe a link to your forum open for us just to verify the plugin is using the correct JS file, which should not be the minified version. Done. URL is smashwordstest.freemessageboards.com/ The V5 Beta board is open to anyone. If you require admin access let me know and I'll PM you.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 10, 2012 10:48:26 GMT -8
Peter - I see how you can edit the code, but I don't understand how I would test it to make sure what I am trying to do actually works...without installing the JS file on a forum that is... You need to clone the project. Have a read of this... help.github.com/articles/duplicating-a-repoGet a clone for yourself for testing. If you are creating a new namespace (i.e yootil.something), then you need to create a new file, and then merge it into the src file which you would then upload to your host so you can test it. If merging isn't possible, just open up yootil.src.js and add your object / methods to that. If you do this, don't push it to the repo, you will need to modify the file in the src folder and push that, or create your own in the src folder and push it. We can do the merging and minifying our end, though would be helpful if you could mimic our setup. Chris pushed his build folder, and depending on your environment, I can push my build folder as well, which contains php scripts for the merging and minifying (we use UglifyJS which you will need to clone).
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 10, 2012 10:52:15 GMT -8
Disable the other plugin, just use the one I posted and enable it. problem at the moment is due to a cached file. Maybe a link to your forum open for us just to verify the plugin is using the correct JS file, which should not be the minified version. Done. URL is smashwordstest.freemessageboards.com/ The V5 Beta board is open to anyone. If you require admin access let me know and I'll PM you. Everything looks good my end. Just do a hard refresh and post anything from the console relating to Yootil. I also noticed you are using my Global Messages plugin. Look for an update at the weekend for that, I noticed there was some debug code in there that is writing out to the console (nothing that should break cause an issue though).
|
|