Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while parsing trace of pages with spaces in hash #30

Open
Kein1945 opened this issue Jul 6, 2016 · 0 comments
Open

Error while parsing trace of pages with spaces in hash #30

Kein1945 opened this issue Jul 6, 2016 · 0 comments
Labels

Comments

@Kein1945
Copy link

Kein1945 commented Jul 6, 2016

I have problem with correct function name detection on page http://localhost:3000/#test -some with trace generated on <button onclick="undefinedFunction()"></button>
Current stack:

error.stack
"ReferenceError: asd is not defined
    at HTMLButtonElement.onclick (http://localhost:3000/#test -some:7:32)"

Expected Behavior

file: "http://localhost:3000/#test -some"
name: "HTMLButtonElement.onclick"

Current Behavior

file:"-some"
name:"HTMLButtonElement.onclick (http://localhost:3000/#test"

Steps to Reproduce (for bugs)

add error handler and parser on simple page with address: http://localhost:3000/#test -some (space in hash)
and click on page on <button onclick="undefinedFunction()"></button>

Your Environment

Chrome 51.0.2704.79

@eriwen eriwen self-assigned this Jul 17, 2016
@eriwen eriwen added the bug label Jul 17, 2016
@eriwen eriwen added a:bug and removed bug labels May 7, 2017
@eriwen eriwen removed their assignment Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants