brackets-response icon indicating copy to clipboard operation
brackets-response copied to clipboard

Doesn't work (most of the time)

Open raphaelgoetter opened this issue 10 years ago • 13 comments

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 :

error

Did I do something wrong ?

raphaelgoetter avatar Sep 27 '14 10:09 raphaelgoetter

Hmmm, have you tried changing the nav to div?

kidwm avatar Sep 28 '14 05:09 kidwm

Can you explain what the "to" is ?

raphaelgoetter avatar Sep 28 '14 07:09 raphaelgoetter

Updated. Sorry, I didn't notice that HTML tags has been eaten.

kidwm avatar Sep 28 '14 08:09 kidwm

No, it makes no difference.

Perhaps should I also remove <header>, <footer> and all HTML5 tag ? (would be weird)

raphaelgoetter avatar Sep 28 '14 09:09 raphaelgoetter

Okay, could you upload your test case? I'll take a look and investigate.

kidwm avatar Sep 28 '14 11:09 kidwm

Here is the .zip : www.goetter.fr/tmp/response.zip

raphaelgoetter avatar Sep 28 '14 20:09 raphaelgoetter

I didn't encounter any problem. Have you tried to remove other extensions? Maybe it is an extension conflict issue.

kidwm avatar Sep 29 '14 03:09 kidwm

After unistalling each extension one after one, then uninstalling and reinstall Brackets, I think that there is indeed a conflict with... Minifier extension :/

raphaelgoetter avatar Sep 29 '14 08:09 raphaelgoetter

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.

kidwm avatar Sep 29 '14 09:09 kidwm

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

raphaelgoetter avatar Sep 29 '14 12:09 raphaelgoetter

I'll open another issue for the body inline edit.

You can click the selector name to switch to another one.

kidwm avatar Sep 29 '14 13:09 kidwm

You can click the selector name to switch to another one.

OK I'll try that. Thank you !

raphaelgoetter avatar Sep 29 '14 13:09 raphaelgoetter

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

ikbenben avatar Dec 05 '14 13:12 ikbenben