[Webkit-unassigned] [Bug 99259] New: Web Inspector: Sass can only resolve same folder paths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 13 21:43:58 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=99259

           Summary: Web Inspector: Sass can only resolve same folder paths
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: paulirish at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


A few ways to trigger this issue

Use a folder structure like 
|- css\*
\- sass\*

Or one like
\-css\*
  \-sass\*

1) Compile sass with line numbers.

2) above a block of styles, view the filename
2a) Bug: it may appear as "css/..:213" which doesn't give the source filename

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.
4b) with the project in localhost, clicking the filename link opens the host page as (program) in sources, but jumps to line 213

-- 
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