Ticket #966 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

Article view jumps all the way to the top after adding a simple comment annotation.

Reported by: amit Assigned to: jkirton
Priority: high Milestone: 0.9.0
Component: ambra Version: 0.9-SNAPSHOT
Keywords: javascript annotation Cc:
Blocking: Blocked By:

Description

Adding a single comment annotation in the middle somewhere using Firefox 2 on Linux causes the article to jump to the top after clicking on 'post'. I suspect that problem is with Firefox on Windows also.

Dependency Graph

Change History

06/18/08 09:00:09 changed by jkirton

  • status changed from new to assigned.

06/18/08 16:00:21 changed by jkirton

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [6003]) fixes #966 Isolated the "loading" spinner widget by declaring a new ambra widget type: LoadingCycle? to prevent default dojo 1.1 behavior of re-focusing of the last focused node upon spinner closing (hiding from view).