brackets-response
brackets-response copied to clipboard
Doesn't work (most of the time)
hello,
Well done for this fork, it's a great job!
However, the plugin does not work for me most of the time (Windows 8.1 / Brackets 0.43) :
- It is possible to create a MQ, a media-queries.css file is created
- It is not possible to use the inspector: it does not target elements in the HTML
- It is not possible to use the Quick Edit (ctrl + E), it has no effect
Actually, sometimes it works, and sometimes not :/
You can see a little screencast here : http://goetter.fr/tmp/response.gif
And here is a log :
Did I do something wrong ?
Hmmm, have you tried changing the nav to div?
Can you explain what the "to" is ?
Updated. Sorry, I didn't notice that HTML tags has been eaten.
No, it makes no difference.
Perhaps should I also remove <header>
, <footer>
and all HTML5 tag ? (would be weird)
Okay, could you upload your test case? I'll take a look and investigate.
Here is the .zip : www.goetter.fr/tmp/response.zip
I didn't encounter any problem. Have you tried to remove other extensions? Maybe it is an extension conflict issue.
After unistalling each extension one after one, then uninstalling and reinstall Brackets, I think that there is indeed a conflict with... Minifier extension :/
You can just use 'help -> Show Extension Folder' to make this work easier.
I can confirm this conflict. I'll try to find if there is any solution for this.
Now, it's getting better :)
Some issues remain on my test folder :
- impossible to target
body
with the quick edit (crtl + E) - when I quick edit an element with an id (ex.
<nav id="navigation">
, the id is imposed as a selector (#navigation {...}
), but I'd prefer the tag selector (nav {...}
), as on the rest of my stylesheet
I'll open another issue for the body
inline edit.
You can click the selector name to switch to another one.
You can click the selector name to switch to another one.
OK I'll try that. Thank you !
this should be working now in the original repository. the extension is called "Response for Brackets - original" in the extension manager. Install that instead of the one uploaded by kidwm