-
Notifications
You must be signed in to change notification settings - Fork 31
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
Browsing urbandictionary.com with JavaScript enabled results in a segmentation fault #85
Comments
Well for me, using the latest (git pull), I haven't been able to
reproduce the seg fault but I'm still playing around.
It does work fine without js though.
The top line looks like
{Random definitions}<>
I set i=yellow
then down two lines is <Search> and i* gives me the meaning of yellow.
Karl Dahlke
|
Oh, you're right. No idea why it didn't work without JavaScript before. |
Am still able to reproduce the segfault, though.
|
Am still able to reproduce the segfault, though.
Pull, and try again.
Karl Dahlke
|
All seems fixed, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edbrowse version: 3.8.5
Steps to reproduce:
b http://urbandictionary.com/
This wouldn't be a huge deal, if not for the fact that Edbrowse is unable to search on Urban Dictionary without javaScript enabled. To test this:
b http://urbandictionary.com/
/<Search
i=test
i*
ft
As you can see from the page title, the search is never performed.
The text was updated successfully, but these errors were encountered: