brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] No changes possible on some part of the file caused by Adobe Live PSD editor ( adobe.brackets.extract ) #8840

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by sosickstudio Sunday Nov 16, 2014 at 19:48 GMT Originally opened as https://github.com/adobe/brackets/issues/9945


The native plugin " adobe.brackets.extract " >> The live PSD editor is causing trouble, when i modified a page it didn't detect the changes, in a part of a file or it did just once (after saving the document once no more changes were possible). You can type text but its not effective. Sad bug in such a powerful app

Here are the debugger result:

Cannot assign Alt-Cmd-C to e4b.RESET_ALL. It is already assigned to codefolding.collapse /command/KeyBindingManager.js:543
_addBinding /command/KeyBindingManager.js:543
addBinding /command/KeyBindingManager.js:686
(anonymous function) /./command/CommandHandlers.js:112
context.execCb require.js:1635
Module.check require.js:866
(anonymous function) require.js:1112
(anonymous function) require.js:129
(anonymous function) require.js:1155
each require.js:57
Module.emit require.js:1154
Module.check require.js:925
(anonymous function) require.js:1112
(anonymous function) require.js:129
(anonymous function) require.js:1155
each require.js:57
Module.emit require.js:1154
Module.check require.js:925
Module.enable require.js:1142
Module.init require.js:779
(anonymous function) require.js:990
(anonymous function) require.js:129
(anonymous function) i18n.js:173
context.execCb require.js:1635
Module.check require.js:871
(anonymous function) require.js:1112
(anonymous function) require.js:129
(anonymous function) require.js:1155
each require.js:57
Module.emit require.js:1154
Module.check require.js:925
(anonymous function) require.js:1112
(anonymous function) require.js:129
(anonymous function) require.js:1155
each require.js:57
Module.emit require.js:1154
Module.check require.js:925
Module.enable require.js:1142
Module.init require.js:779
(anonymous function) require.js:990
(anonymous function) require.js:129
text.finishLoad text.js:152
(anonymous function) text.js:188
xhr.onreadystatechange text.js:295
Uncaught TypeError: Cannot read property 'context' of undefined /./controllers/CSSHintProvider.js:62
shouldShowCallout /./controllers/CSSHintProvider.js:62
BaseHintProvider.extend._hasHints /./controllers/CSSHintProvider.js:218
BaseHintProvider.extend.hasHints /./controllers/CSSHintProvider.js:311
(anonymous function) /editor/CodeHintManager.js:479
_beginSession /editor/CodeHintManager.js:478
_handleChange /editor/CodeHintManager.js:621
o.event.dispatch thirdparty.min.js:560
r.handle thirdparty.min.js:560
o.event.trigger thirdparty.min.js:560
o.fn.extend.triggerHandler thirdparty.min.js:560
Editor._handleEditorChange /editor/Editor.js:784
(anonymous function) /editor/Editor.js:326
o.event.dispatch thirdparty.min.js:560
r.handle thirdparty.min.js:560
o.event.trigger thirdparty.min.js:560
o.fn.extend.triggerHandler thirdparty.min.js:560
(anonymous function) /editor/Editor.js:855
CodeMirror.signal /thirdparty/CodeMirror2/lib/codemirror.js:7130
endOperation_finish /thirdparty/CodeMirror2/lib/codemirror.js:2132
endOperations /thirdparty/CodeMirror2/lib/codemirror.js:2019
endOperation /thirdparty/CodeMirror2/lib/codemirror.js:2002
readInput /thirdparty/CodeMirror2/lib/codemirror.js:2480
p /thirdparty/CodeMirror2/lib/codemirror.js:2377
Uncaught TypeError: Cannot read property 'context' of undefined /./controllers/CSSHintProvider.js:62
shouldShowCallout /./controllers/CSSHintProvider.js:62
BaseHintProvider.extend._hasHints /./controllers/CSSHintProvider.js:218
BaseHintProvider.extend.hasHints /./controllers/CSSHintProvider.js:311
(anonymous function) /editor/CodeHintManager.js:479
_beginSession /editor/CodeHintManager.js:478
_handleChange /editor/CodeHintManager.js:621
o.event.dispatch thirdparty.min.js:560
r.handle thirdparty.min.js:560
o.event.trigger thirdparty.min.js:560
o.fn.extend.triggerHandler thirdparty.min.js:560
Editor._handleEditorChange /editor/Editor.js:784
(anonymous function) /editor/Editor.js:326
o.event.dispatch thirdparty.min.js:560
r.handle thirdparty.min.js:560
o.event.trigger thirdparty.min.js:560
o.fn.extend.triggerHandler thirdparty.min.js:560
(anonymous function) /editor/Editor.js:855
CodeMirror.signal /thirdparty/CodeMirror2/lib/codemirror.js:7130
endOperation_finish /thirdparty/CodeMirror2/lib/codemirror.js:2132
endOperations /thirdparty/CodeMirror2/lib/codemirror.js:2019
endOperation /thirdparty/CodeMirror2/lib/codemirror.js:2002
(anonymous function)
core-ai-bot commented 3 years ago

Comment by peterflynn Monday Nov 17, 2014 at 21:45 GMT


@sosickstudio I'm having trouble understanding exactly what the problem is. Can you provide more details, in this format?

Steps to cause the problem: (these steps are an example of the kind of detail we're looking for)

  1. Open the default Getting Started project and open 'index.html'
  2. Go to line 21 and type "foo" at the start of the text (before the word "Welcome")
  3. Press Ctrl-S to save

Result: what happens when you do the steps?

Expected Result: what did you expect to happen instead?

Also, try Debug > Reload Without Extensions -- this will temporarily disable Extract and any other extensions you may have installed. Does the problem still happen then? Please let us know yes or no.

core-ai-bot commented 3 years ago

Comment by sosickstudio Friday Nov 28, 2014 at 13:43 GMT


Week' you can't understand maybe because it's really really suck problem In some documents (I don't know why those and not the others) when you press ctrl-s the changes are not saved, I reloaded without extensions and found the one causing this and it's the Adobe psd manager wich is causing this I posted the logs of the debugger when the problem is happening and I can't tell you anything else about the problem

Le lundi 17 novembre 2014, Peter Flynn notifications@github.com a écrit :

@sosickstudio https://github.com/sosickstudio I'm having trouble understanding exactly what the problem is. Can you provide more details, in this format?

Steps to cause the problem: (these steps are an example of the kind of detail we're looking for)

  1. Open the default Getting Started project and open 'index.html'
  2. Go to line 21 and type "foo" at the start of the text (before the word "Welcome")
  3. Press Ctrl-S to save

Result: what happens when you do the steps?

Expected Result: what did you expect to happen instead?

Also, try Debug > Reload Without Extensions -- this will temporarily disable Extract and any other extensions you may have installed. Does the problem still happen then? Please let us know yes or no.

— Reply to this email directly or view it on GitHub https://github.com/adobe/brackets/issues/9945#issuecomment-63381712.

Matéo Laporte

core-ai-bot commented 3 years ago

Comment by pthiess Tuesday Dec 02, 2014 at 17:30 GMT


@couzteau Hi Jochen - please try to reproduce this issue - it sounds like it is limited to some files.@sosickstudio Thanks for reporting the problem :) -- would you be willing to share any of your documents to help us to reproduce the issues you observe?

If it is UTR for us the priority would be lower.

core-ai-bot commented 3 years ago

Comment by sosickstudio Tuesday Dec 02, 2014 at 17:33 GMT


It's happening on php files I'll send it later

Le mardi 2 décembre 2014, Peter Thiess notifications@github.com a écrit :

@couzteau https://github.com/couzteau Hi Jochen - please try to reproduce this issue - it sounds like it is limited to some files. @sosickstudio https://github.com/sosickstudio Thanks for reporting the problem :) -- would you be willing to share any of your documents to help us to reproduce the issues you observe?

If it is UTR for us the priority would be lower.

— Reply to this email directly or view it on GitHub https://github.com/adobe/brackets/issues/9945#issuecomment-65269720.

Matéo Laporte

core-ai-bot commented 3 years ago

Comment by dangoor Monday Dec 08, 2014 at 19:59 GMT


@sosickstudio I think this is a duplicate of #9813 (problem saving PHP files with Extract installed). Does that seem like the same problem to you?

core-ai-bot commented 3 years ago

Comment by sosickstudio Monday Dec 08, 2014 at 20:01 GMT


Yes it's the same will it be fixed in new updates ? Le lundi 8 décembre 2014, Kevin Dangoor notifications@github.com a écrit :

@sosickstudio https://github.com/sosickstudio I think this is a duplicate of #9813 https://github.com/adobe/brackets/issues/9813 (problem saving PHP files with Extract installed). Does that seem like the same problem to you?

— Reply to this email directly or view it on GitHub https://github.com/adobe/brackets/issues/9945#issuecomment-66176619.

Matéo Laporte

core-ai-bot commented 3 years ago

Comment by dangoor Tuesday Dec 09, 2014 at 16:22 GMT


@sosickstudio We don't have a fix for it yet, but we will definitely look into it. Please subscribe to #9813 to track the fix. I will close this issue as a duplicate.

core-ai-bot commented 3 years ago

Comment by couzteau Wednesday Dec 10, 2014 at 01:09 GMT


@sosickstudio Could you provide the files that fail for you? It would help us to repro. Thank you.