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 On Tuesday, September 9, 2014 11:19:19 AM UTC+2, Steve Crickett wrote: > > 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. > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/e89f1e82-87c5-45b0-a9e9-ea7b9d81a8a3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
