Jakob Damgaard Møller

Results 11 comments of Jakob Damgaard Møller

Have you tried the [enableHTML ](http://davidstutz.de/bootstrap-multiselect/#configuration-options-enableHTML) option? I have added fontawesome icons using that option. But you have to enter the HTML as htmlentities. ```&ltimg src="..."/>```

I ended up hacking the source to get this to work. Added this function: ```javascript optionLabelTitle: function(element){ var labelTitle = $(element).attr('label') || $(element).text(); if(this.enableHTML && $(element).data("label") !== undefined){ labelTitle =...

Exactly the code used for producing the NavBar is kind of weird. It should some how add the active class.

No and i stopped the project, so you are on your own. ;)

A dynamic "identifier" would be nice. Or if you could create a schema or similar, then it would be "easy" to implement new standards. (i think)

Hello diemol, and thanks for taking the time to look into this issue. But I have to admit, I was able to re-create the issue the following way: Start session...

I am just informed, that the servers are running using dynamic memory, so the problem could be related to the servers having to small amount of ram/memory for a start,...

We have now changed the servers memory to fixed/static memory. 6GB pr server. And I have been able to get the error while logging was enabled. How much of the...

Please find attached log from node. [github.selenium.grid.log](https://github.com/SeleniumHQ/selenium/files/14063393/github.selenium.grid.log)