[Webkit-unassigned] [Bug 99259] Web Inspector: Sass can only resolve same folder paths
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 22 05:38:17 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=99259
Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
AssignedTo|webkit-unassigned at lists.web |apavlov at chromium.org
|kit.org |
Ever Confirmed|0 |1
--- Comment #2 from Alexander Pavlov (apavlov) <apavlov at chromium.org> 2012-10-22 05:39:18 PST ---
(In reply to comment #0)
> 2) above a block of styles, view the filename
> 2a) Bug: it may appear as "css/..:213" which doesn't give the source filename
Could not reproduce this on tip of tree. I get "css/test.scss:213", which is ugly, of course, and I'm going to address this.
> 3) click the file link
>
> 4a) on the file:/// protocol, a new tab opens pointing to an Index page for the folder that contains the host page.
Could not reproduce this either. With the experiment enabled, the Sources panel navigates to the correct line in the original scss.
> 4b) with the project in localhost, clicking the filename link opens the host page as (program) in sources, but jumps to line 213
Not sure what the correct behavior should be in this case, since the debug info generated by SASS provides absolute file://... URLs for the rules' original locations in scss files. This might or might not work at all.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list