New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 592433 link

Starred by 5 users

Issue metadata

Status: Duplicate
Merged: issue 595347
Owner:
Last visit 29 days ago
Closed: Mar 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug



Sign in to add a comment

Devtools fails to map CSS from workspace (regression from M48)

Reported by m.ma...@cambiomarcia.com, Mar 7 2016

Issue description

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36

Steps to reproduce the problem:
1. add a folder to workspace
2. try to map a css file to the file system resource
3. the file isn't recognized and chrome reload itself

What is the expected behavior?
Edit css on the browser editor and save it directly

What went wrong?
Chrome don't recognize the original file from the resource/assets folder that i added before. So i can't save my edits.

I'll post a link with a video

https://www.youtube.com/watch?v=ursB0wyxuaQ&feature=youtu.be

Did this work before? Yes On previous Chrome release

Chrome version: 49.0.2623.75  Channel: n/a
OS Version: OS X 10.11.3
Flash Version: Shockwave Flash 20.0 r0

i'm in skype if need help
 
Components: -Platform>DevTools Platform>DevTools>Editing
Summary: Devtools fails to map CSS from workspace (regression from M49) (was: Problem using Dev Tools on Chrome 49. (On 48 works))
Summary: Devtools fails to map CSS from workspace (regression from M48) (was: Devtools fails to map CSS from workspace (regression from M49))

Comment 3 by alph@chromium.org, Mar 7 2016

Owner: lushnikov@chromium.org
Status: Assigned (was: Unconfirmed)
It seems the problem here is that Chrome is interpreting every mapping as a folder  mapping, rather than a file mapping.

So if you map example.com/css/styles.css -> file://css/styles.css, Chrome interprets both files as folders instead, trying to map example.com/css/styles.css/ -> file://css/styles.css/
Mergedinto: 595347
Status: Duplicate (was: Assigned)
This is fixed in Chrome Canary, and the fix will be appear in stable some time soon.
This is still broken in Canary for me (52.0.2722.0)
Components: Platform>DevTools>Authoring
Components: Platform>DevTools

Sign in to add a comment