VisualStrap icon indicating copy to clipboard operation
VisualStrap copied to clipboard

Visualforce Implementation of Boostrap

Results 9 VisualStrap issues
Sort by recently updated
recently updated
newest added

The background-image property is overridden with none, preventing the toss across arrows from showing. ![image](https://cloud.githubusercontent.com/assets/3271912/3386939/d91dcb24-fc78-11e3-887f-45e8021c24ec.png)

bug

BUG: issue with hidden.bs.modal boostrap trigger being called by visualstrap _manual trigger example:_ $element.trigger("hidden.bs.modal"); the following method should execute when the bootstrap modal is closed after hidden trigger is called...

When using the apex:inputfield tag on an Owner field, the styling can get broken if a queue can own the record: ![image](https://cloud.githubusercontent.com/assets/14071072/15823405/6c8992a8-2bf2-11e6-85d5-d8b236a37ab9.png) This is because an extra div is brought...

The lookup icons drops to next line if you use `form-control`. This can be fixed by adding additional css. .lookupInput a.form-control{ position: absolute; top: 5px; width: 0px; border: none !important;...

When using jQuery tabs the modal would not open. Also, if you have several tabs and need to open a modal (different one) in each tab, then currently you cannot...

bug

Button separator in Modal doesn't cover all the space available. It should the same space as the top separator. ![salesforce com developer edition](https://cloud.githubusercontent.com/assets/1398711/2978253/2988bea8-dbb7-11e3-83a7-3344b352f0a3.png)

Date field inside modal does not appear at right place

bug