HTML Panel not showing live updates to 'data-' attriubutes in Firebug 2.0.3 & 2.0.4.

25 views
Skip to first unread message

Steve Crickett

unread,
Sep 9, 2014, 5:19:19 AM9/9/14
to fir...@googlegroups.com
I have some list items defined with data-<attributes>, which use used as control parameters for Bootstrap navigation tabs.

    <div class="row">
       
<div class="col-md-12" id="enterprise_main">
           
<div class="panel" >
               
<div class="panel-heading">
                   
<div class="panel-title" style="width:20%">
                        Enterprise ID:
<span id="enterprise_name_title">-</span>
                   
</div> <!-- / .panel-heading-controls -->
                   
<ul id="enterprise_nav_tabs" class="nav nav-tabs">
                       
<li class="active">
                           
<a href="#users" data-remote="index.php?app=horizon&func=enterprise_browser&sub=ajax&ajaxSub=print_user_table" data-enterprise="" data-filter="" data-toggle="tab">Users</a>
                       
</li>
                       
<li>
                           
<a href="#devices" data-remote="index.php?app=horizon&func=enterprise_browser&sub=ajax&ajaxSub=print_devices_table" data-enterprise="" data-filter="" data-toggle="tab">Devices</a>
                       
</li>
                       
<li>
                           
<a href="#services" data-remote="index.php?app=horizon&func=enterprise_browser&sub=ajax&ajaxSub=print_services_table" data-enterprise="" data-filter="" data-toggle="tab">Services</a>
                       
</li>
                       
<li>
                           
<a href="#tools" data-remote="index.php?app=horizon&func=enterprise_browser&sub=ajax&ajaxSub=print_tools_table" data-enterprise="" data-filter="" data-toggle="tab">Engineering Tools</a>
                       
</li>
                   
</ul> <!-- / .nav -->
                   
               
</div>
               
<div class="panel-body">
                   
<div class="tab-content" id="enterprise_info">
                       
<div class="tab-pane fade in active" id="users"></div>
                       
<div class="tab-pane fade" id="devices"></div>
                       
<div class="tab-pane fade" id="services"></div>
                       
<div class="tab-pane fade" id="tools"></div>
                   
</div>
               
</div>
           
</div>
       
</div>
   
</div>

Elsewhere, I have some javascript which sets the data-enterprise and data-filter attributes based on user input. The correct functionality of the navigation and console logging these parameters when the tabs are clicked, show that these data-attributes were set correctly, but the HTML view never shows them set as anything other than blank.

Jan Honza Odvarko

unread,
Sep 9, 2014, 5:57:54 AM9/9/14
to fir...@googlegroups.com
Sounds like a bug to me. Can you provide a simple page (online) that could be used to quickly reproduce the problem on our machines? That's usually great help for us!

Honza
Reply all
Reply to author
Forward
0 new messages