Ticket #809 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

clicking on 'read more' link in formal correction doesn't scroll you down far enough in FF

Reported by: russ Assigned to: jkirton
Priority: low Milestone:
Component: ambra Version: 0.8.2.1-SNAPSHOT
Keywords: Cc:
Blocking: Blocked By:

Dependency Graph

Change History

02/29/08 14:37:06 changed by jkirton

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

(In [4863]) fixes #809 - clicking on 'read more' link in formal correction doesn't scroll you down far enough in FF Fixed by added call to dojo.html.scrollIntoVeiw method when displaying comment pop-up dialogs.

Also, robustified the generated fc header links i.e.: the 'read formal correction' links as I noticed they were failing for linking to annotation anchors having more than one bound comment.

04/01/08 15:45:42 changed by alex

(In [5213]) Merged revisions 4863 via svnmerge from http://gandalf.topazproject.org/svn/branches/0.8.2.2

........

r4863 | jkirton | 2008-02-29 14:37:05 -0800 (Fri, 29 Feb 2008) | 5 lines

fixes #809 - clicking on 'read more' link in formal correction doesn't scroll you down far enough in FF Fixed by added call to dojo.html.scrollIntoVeiw method when displaying comment pop-up dialogs.

Also, robustified the generated fc header links i.e.: the 'read formal correction' links as I noticed they were failing for linking to annotation anchors having more than one bound comment.

........