Ticket #1402 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

Journal Archive display broken

Reported by: rcave Owned by: rcave
Priority: critical Milestone: 0.9.3_rc3
Component: ambra Version: 0.9.3
Keywords: Cc:

Description (last modified by rcave) (diff)

Looks like a CSS issue with the Journal Archives. Affects all journals.

in Linux Firefox, v3.0.11, the back issues are displaying well below the footer. in IE6 they are not displaying at all.

 http://ploscompbiol-demo.plos.org/article/browseVolume.action?field=volume

Change History

Changed 13 months ago by rcave

  • description modified (diff)

Changed 13 months ago by stoomey

This is actually a Dojo problem. It's giving the tabbed block a relative distance from the top of 1371px:
<div class="dijitTabContainer dijitContainer dijitTabContainerTop dijitLayoutContainer" id="jatw" style="width: 892px; margin-top: 30px; visibility: visible; left: 1px; top: 1371px; height: 366px;" widgetid="jatw">
I'll poke at it a bit and see if I can find what changed from what's on live.

Changed 13 months ago by stoomey

  • status changed from new to assigned
  • owner changed from stoomey to josowski

Yup, when compared to live, the only thing that I can see has changed is top: 1371px;
Probably best to pass this on to Joe.

Changed 13 months ago by josowski

(In [7818]) Upgrading to Dojo 1.3.1 broke the tabbed browsing on the browseVolume pages. Dojo changed how it handles CSS attributes a bit. This update brings our code up to par with dojo.

References #1402

Changed 13 months ago by josowski

  • status changed from assigned to verify
  • owner changed from josowski to rcave
  • resolution set to fixed

Changed 13 months ago by rcave

  • status changed from verify to closed
Note: See TracTickets for help on using tickets.