Bootstrap not working properly when clicking - twitter-bootstrap-3

When the screen is small the bootstrap bottom doesn´t work properly.
Here you can access to my web: http://safelinking.net/pz1Y9fP
As you can see when i click on the bottom, the menu doesn´t appear. it mustn´t appear at first, and when you click the bottom must appear and disappear.
what´s wrong?

Related

Is there way to close popup when swiping between tabs

I have a popup menu in one tab which not close automatically between swiping from tab to tab. Clicking outside of the popup window closing it, but the swipe is not detected as click so the popup stays on the screen as long as I click outside of it.
Have Googled this issue for a couple hours now with no results.
Can you give me any glue how handle this problem? I want that popup close when swipe, but don't know how.
I added id="somethinghere" for the tab, and for the popup menu element I added attach="somethinghere". Now it is attached to one tab and not following to other tabs, but it is not still closing. But this is better than nothing.

How can I click a button that's only clickable from the bottom half?

So I'm trying to hit this button to activate the dropdown menu, but it seems that only half of it works, Im afraid the automation is clicking the top bottom or somewhere where is not active, let me illustrate with a few screenshots, which will contain a comparisson. ALSO can I click on one of the options from the dropdown without "activating it"? (clicking the DropDown Button)
Now another example from the button fully working
I have found that the button fully works if it's the first one to be clicked, if I click something else, then this issue happens, and that's only button with this issue

NSTextField in statsbar menu becomes unresponsive after clicking outside the menu

I'm building a statusbar menu using custom views, and everything seems to work fine except for text fields. The first time I open the menu, everything works fine. If I close the menu by clicking the statusbar icon again, it also continues to work fine.
If I close it by clicking outside the menu, however, the next time I open the menu the text fields will be completely unresponsive. I can sometimes highlight the NSTextField, and even make the "itemEdited" event happen.
Any ideas on this weird issue? Buttons put on the same view work fine.
I've made a sample project to demonstrate the problem: https://github.com/Nic0S/NSTextField-bug

Xcode 6.1.1 Toolbar Icon and Text doesn't show

In Xcode 6.1.1 the Icon and Text doesnt show. It just shows the Icons. If if right click when the the icons are showing it just gives"hide toolbar" as the option and no option to show both Icons and Text.
This is very strange. If I use Xcode 5.x it shows the Icons and Text and right click on the toolbar works properly.
Anyone else having this issue? Also the same used to happen in 6.1 also.
Go ahead and click on 'Hide Toolbar', next you right click on the tool bar again and you can select 'Icon and Text'. Now you should have both Icon and Text as shows below;
I have a problem, it seems I have to click on 'Hide Toolbar' twice for Xcode to response.

How to customize qtip toolbar to remove the close icon

Can i customize the qtip title bar in such a way that i dont have the CLOSE (X mark on top right corner) button in my qtip.
Ps: I have enabled close qtip on click and hence i dont want the CLOSE icon to be displayed. I tried removing it through javascript but the close icon is present till my partial view is loaded. I dont want it to appear from the start.