brackets-archive / bracketsIssues

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

[CLOSED] Live Preview Does Not update changes to CSS on old Chrome versions #9033

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by JeffryBooher Tuesday Dec 16, 2014 at 20:33 GMT Originally opened as https://github.com/adobe/brackets/issues/10191


Running the smoke tests fails at step 39

Download the React DevTools for a better development experience: http://fb.me/react-devtools /thirdparty/react.js:4356 NodeSocketTransport - start /LiveDevelopment/MultiBrowserImpl/transports/NodeSocketTransport.js:87 Failed to load resource http://127.0.0.1:9222/json 'DOM.enable' wasn't found Object

Object /LiveDevelopment/LiveDevelopment.js:482 Failed to load resource http://127.0.0.1:9222/json 'DOM.enable' wasn't found Object

Object /LiveDevelopment/LiveDevelopment.js:482

Changes to desktop.css do not change the color of the document in LIve View. The browser must be refreshed manually

core-ai-bot commented 3 years ago

Comment by JeffryBooher Tuesday Dec 16, 2014 at 20:36 GMT


@ingorichter is this also seen on Linux 32?

core-ai-bot commented 3 years ago

Comment by redmunds Tuesday Dec 16, 2014 at 21:07 GMT


@JeffryBooher Make sure that you are using default Live Preview and not the new MultiBrowser Live Preview.

core-ai-bot commented 3 years ago

Comment by JeffryBooher Tuesday Dec 16, 2014 at 21:14 GMT


@redmunds Prefs file was emptied at step 1 but here's the current state of brackets.json

{
    "themes.theme": "dark-theme",
    "fonts.fontSize": "13px"
}

is default live preview the default?

core-ai-bot commented 3 years ago

Comment by redmunds Tuesday Dec 16, 2014 at 21:17 GMT


Yes, old Live Preview is the default.

core-ai-bot commented 3 years ago

Comment by redmunds Tuesday Dec 16, 2014 at 22:37 GMT


'DOM.enable' wasn't found

That must have been introduced by fix for chrome 40 because your Linux system has an older version of Chrome.@JeffryBooher What version of Chrome do you have?

My Ubuntu 12.04 (Linux 32-bit) is running Chrome 37 (I updated yesterday to make sure it was the latest) and I am not seeing that problem.

core-ai-bot commented 3 years ago

Comment by JeffryBooher Tuesday Dec 16, 2014 at 22:40 GMT


@redmunds that might be it. I tried updating yesterday and ran into an issue and couldn't get networking to work. I spent half the day getting the VM to load networking support and then it wouldn't upgrade after doing so -- so i just skipped updating it. Funny how the fix for Chrome 40 works with your Chrome 37 :)

core-ai-bot commented 3 years ago

Comment by ingorichter Tuesday Dec 16, 2014 at 22:48 GMT


I need to update Chrome to something better than 34.

core-ai-bot commented 3 years ago

Comment by JeffryBooher Wednesday Dec 17, 2014 at 00:42 GMT


Closing as fixed. Upgrade to newer chrome or #10195 fixes it.

core-ai-bot commented 3 years ago

Comment by peterflynn Wednesday Dec 17, 2014 at 07:25 GMT


Removing Linux-only since this affects any platform with an older Chrome -- though as@JeffryBooher pointed out, the lack of Chrome auto-update on Linux makes it far easier to hit there than anywhere else.

core-ai-bot commented 3 years ago

Comment by peterflynn Wednesday Dec 17, 2014 at 07:26 GMT


Reopening since@RaymondLim's testing showed that it's not actually fixed yet.

core-ai-bot commented 3 years ago

Comment by redmunds Wednesday Dec 17, 2014 at 18:17 GMT


FBNC

core-ai-bot commented 3 years ago

Comment by RaymondLim Thursday Dec 18, 2014 at 00:21 GMT


Confirmed fixed on Linux 32 with Chrome 34.