Bug 1446545
Summary: | (void 0) is not a function | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Vadim Raskhozhev <iamdexpl> | ||||
Component: | elinks | Assignee: | Kamil Dudka <kdudka> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 26 | CC: | kdudka, ovasik | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | elinks-0.12-0.52.pre6.fc27 elinks-0.12-0.52.pre6.fc26 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-05-06 17:11:29 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Vadim Raskhozhev
2017-04-28 10:32:11 UTC
Confirmed. I can reproduce it on f26 and rawhide but not on f25. ELinks code has not changed since f23. So I suspect this is caused by a change elsewhere. A possible solution would be to disable JavaScript completely. We have been debugging bugs like this recently despite most ELinks' users do not use the feature. To be honest, I am not aware of any web site where one could take an advantage of the JavaScript support in ELinks. Let me poll fedora-devel to see whether we still have any ELinks/JavaScript users out there before I try to debug it further. (In reply to Kamil Dudka from comment #1) > Let me poll fedora-devel to see whether we still have any ELinks/JavaScript > users out there before I try to debug it further. https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/BPY7AJSTQQDICEQWGUBVIAZW6LMN3F3J/ > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/BPY7AJSTQQDICEQWGUBVIAZW6LMN3F3J/
Replying here since I'm not subscribed to the list yet: actually, I (occasionally) use JS in ELinks and would be happy to help with testing it. Currently there's a bunch of mozjs* packages in Fedora and I'm trying to build/run elinks against those. Will report in here as soon as I get some actual result.
This bug is caused by the following patch: https://src.fedoraproject.org/cgit/rpms/js.git/tree/mozjs1.8.5-tag.patch?id=a2f53826 Just rebuilding elinks seems to fix it. elinks-0.12-0.52.pre6.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-217a6778d5 https://kojipkgs.fedoraproject.org//packages/elinks/0.12/0.52.pre6.fc26/x86_64/elinks-0.12-0.52.pre6.fc26.x86_64.rpm semi-works for me: I was able to log in GMail and read emails but got a crash while opening https://github.com/valr/awf/blob/master/Makefile.am and https://mail.ya.ru with JS enabled. elinks-0.12-0.52.pre6.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-217a6778d5 elinks-0.12-0.52.pre6.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. (In reply to Vadim Raskhozhev from comment #7) > https://kojipkgs.fedoraproject.org//packages/elinks/0.12/0.52.pre6.fc26/ > x86_64/elinks-0.12-0.52.pre6.fc26.x86_64.rpm semi-works for me: I was able > to log in GMail and read emails I am also able to read e-mails in GMail but it redirected me to the basic HTML version because my browser was not supported. > but got a crash while opening > https://github.com/valr/awf/blob/master/Makefile.am and https://mail.ya.ru > with JS enabled. Not that I have any account there, but those pages load fine in my ELinks. |