Ticket #2408 (new defect)
Escape key in browser kills cometd connection
| Reported by: | will@… | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | future |
| Component: | DojoX Cometd | Version: | 0.4.1 |
| Severity: | major | Keywords: | cometd comet |
| Cc: |
Description (last modified by alex) (diff)
On pressing the escape key in Firefox 2 (may be apparent in other browsers also) the comet connection to the server is lost, and it does not reconnect. The connection type used was the long polling HTTP POST.
Using javascript evt.preventDefault() when escape is pressed does not prevent this action... user must explicitly recall cometd.init() to reinitialize the connection
Change History
Note: See
TracTickets for help on using
tickets.