Uzbl

Tasklist

FS#135 - changing uri when page is still loading causes LOAD_ERROR event

Attached to Project: Uzbl
Opened by Dieter Plaetinck (Dieter_be) - 2009-11-09 07:59:45 PM
Task Type Bug Report
Category uzbl-core
Status New
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

dieter@dieter-ws-a7n8x-arch ~ uzbl-core --version
Commit: 3f1735f443f8812c7ee260ea464ca538b497c99b

dieter@dieter-ws-a7n8x-arch ~ echo -e 'uri dns.be\nuri foo.be' | uzbl-core -c -
EVENT [27262979] INSTANCE_START 22537
(...)
EVENT [27262979] LOAD_START (null)
EVENT [27262979] COMMAND_EXECUTED uri dns.be
EVENT [27262979] LOAD_ERROR http://dns.be/ 302:Load request cancelled <---
(...)
EVENT [27262979] COMMAND_EXECUTED uri foo.be
(...)
EVENT [27262979] LOAD_COMMIT http://foo.be/
(...)

when the user changes the uri while a page was still loading, he did this on purpose. we should not emit a LOAD_ERROR event. maybe we could catch it internally and transform it in LOAD_CANCELLED or something.


This task depends upon

Loading...