bootstrap css not loaded on CDE EDIT preview
Closed this issue · 1 comments
danreb25 commented
Context
Tested under:
- firefox
- Chrome
Dashboard properties:
- Style : clean
- Dashboard Type : bootstrap
Dashboard architecture:
- Row -> Column -> html with properties
- name = "MyTitle"
- html =
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Top 5 Brands Sales Wise</h3>
</div>
<div class="panel-body" id="Panel1">
Panel content
</div>
</div>
When working on a dashboard in edition and clicking on the "preview your dasboard" button,
Problem
the Bootstrap css doesn't seems to be loaded (instead the blueprint css are active as can be seen from the firebug console).
When viewing the Dashboard file by opening it (instead of editing it) the bootsrap css are well rendered thought.
Is it a bug or am I missing something?
pamval commented
Probably a bug, please open it at jira.pentaho.com, CDE project.
thanks!