Closed GlassGruber closed 12 years ago
Hi Gruber,
localStorage.removeItem('access_token')
)Let me know if any of those worked. I'm in the process of making some changes to dabblet, so one of them might have broken it. Also: are there any JavaScript errors in the console?
Thank you for your feedback.
Sry forgot to say i used chrome 18.0.1050.0 and Firefox 12, both with the same exact issues :(
woa you answered fast as light ! :) i'll check and tell you
Ok so the chrome inspector console reported this error
Uncaught TypeError: Object 2 has no method 'getAttribute'
window.Incrementableincrementable.js:19
window.Editor.$u.event.bind.focus
Logged out and hard refreshed, the css won't load/save, even in anonymous saving.
Thanks, will try to look into this after I fix another bug I'm currently working on. Will let you know about the progress.
Ok thx for help! I really love dabblet, sry i don't know how to help you with this, my JS knowledge is pretty low :(
I just tried it and it saved fine. I added a console.log()
statement to log which object it's trying to call getAttribute
on, could you tell me what's logged there?
Also, when does this error appear? When you save or when you open a dabblet?
Ok something changed, as now it works fine in firefox, saving and so on, but not that well in chrome
Uncaught TypeError: Object 2 has no method 'onkeyup'
result.onload
document.onkeydown
When this error happens i see only the html code, no css code is loaded. When it pass with no errors, everything is fine!
Uncaught TypeError: Object 2 has no method 'getAttribute'
Dabblet.settings.handlers.page dabblet.js:135
Dabblet.settings.applyOne dabblet.js:255
input.onclick dabblet.js:219
Uncaught TypeError: Object 2 has no method 'getAttribute' incrementable.js:19
window.Incrementable incrementable.js:19
window.Editor.$u.event.bind.focus editor.js:364
I guess though it could be some kind of conflict with some plugin on chrome, i'll try disable some and test if something change, in the meanwhile thx again! ;)
Ok after a fresh reinstall of chrome and some testing here's the bad guy: Chrome Sniffer. Dunno why but with this on, can't load the css panel code nor save it, guess the JS script injecting to sniff stuff on Dabblet screw the whole thing. Disabling it will do the trick! Hope this helps some how and thx for your patience ;) cheers!
Oh right, I reckon others having issues with dabblet and that extension. I should add it in a FAQ or something. Thanks!
Sent from my iPhone. Please excuse weird typos and/or terseness.
On 30 Απρ 2012, at 20:21, Gruber reply@reply.github.com wrote:
Ok after a fresh reinstall of chrome and some testing here's the bad guy: Chrome Sniffer. Dunno why but with this on, can't load the css panel code nor save it, guess the JS script injecting to sniff stuff on Dabblet screw the whole thing. Disabling it will do the trick! Hope this helps some how and thx for your patience ;) cheers!
Reply to this email directly or view it on GitHub: https://github.com/LeaVerou/dabblet/issues/165#issuecomment-5422400
Same issue, worked disabling the Chrome Sniffer Plugin. Thanks @UberGruber
Hey there! so the fact is weird, in few words i can't save nor see any saved css in dablet.
This is the whole thing on Tinkerbin (sob i love Dabblet though :( ) http://tinkerbin.com/6s4sUhqG
Anyone else with these issues? hope my message is clear enough, english is not my first language sry :)