Ticket #13134 (confirmed Bug)

Opened 4 years ago

Last modified 3 years ago

plonetheme.sunburst includes CSS grid column names even when ajax_load is in request

Reported by: seanupton Owned by:
Priority: minor Milestone: 4.x
Component: Templates/CSS Version: 4.3
Keywords: css, sunburst Cc: vangheem

Description (last modified by seanupton) (diff)

plonetheme.sunburst.browser.sunburstview.SunburstView.getColumnsClasses() (on current HEAD on github, at the time of this writing) does not check for request.get('ajax_load', False) -- it should, and on encountering that should output classnames of "cell width-full position-0"

Change History

comment:1 Changed 4 years ago by seanupton

  • Description modified (diff)

Modified description with correct/complete classname set.

comment:2 Changed 4 years ago by kleist

  • Status changed from new to confirmed
  • Component changed from Unknown to Templates/CSS

comment:4 Changed 3 years ago by vangheem

  • Cc vangheem added

I'm not convinced that it should "cell width-full position-0" in this case. What's the problem you're encountering?

Note: See TracTickets for help on using tickets.