This is a migrated thread and some comments may be shown as answers.

NavBar settings

1 Answer 176 Views
NavBar
This is a migrated thread and some comments may be shown as answers.
Ina
Top achievements
Rank 1
Ina asked on 16 Jan 2015, 04:06 PM
After upgrading Kendo UI 2014 Q3 to Kendo UI 2014 Q3 SP1, I found a problem in my project, with visibility of TITLE of Navigation Bar.
Using inspector, I can see the next difference in the generated html code:

After update
<div class="km-view-title km-hide-title">
  <span data-role="view-title">Title</span>
</div>

Before the update
<div class="km-view-title">
   <span data-role="view-title">Title</span>
</div>

The problem is solved applying 'display:block' to 'km-view-title' class, but I am wondering if it's a bug of the new release or if I can set the title visibility using navigation bar settings. 

I can't find in the documentation when 'km-hide-title' style is applied. 

Thank you,
Ina

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 20 Jan 2015, 03:03 PM
Hi Ina,

This is a bug in the current version of Kendo UI Mobile NavBar, however we logged it for fixing. Please excuse us for the inconvenience caused.

Regards,
Iliana Nikolova
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
NavBar
Asked by
Ina
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or