Dropdown closes on clicking on scroll in react-select - drop-down-menu

I am using v1 version of react-select. When I try to click on the scroll bar my dropdown gets closed. It is happening in all browsers. I think the issue is with react-select but I couldn't find much help in the documentations. Is there any way to fix the issue? or can I know which version has already fixed it.

Related

Stop with scrolling (when menu is folding out)

I'm currently working on my website: http://jellekok.com/new/index.html
I made a menu which works how i wanted, only one thing is not working yet. If you open the top right menu, you shouldn't be able to scroll. Only if you go back to the website you should be able to scroll again.
Does someone know how to do this? Thanks in advance.
I think what you want is to keep the menu fixed. Please use "position:fixed" for the menu.

Missing primary topmost Xcode6 menu toolbar (File, Edit, Navigate, etc.)

I'm using Xcode 6. For some reason the Xcode menu toolbar at the top with everything from File to Navigate and Debug is missing. I've managed without so far but would like to find out if there is an easy fix. Not sure if it was there when I first installed. Appreciate your help.
Try View > Show Toolbar to make it re-appear. If this is not the toolbar you miss, please post a screenshot of your current Xcode interface.
Before:
Okay so I solved this one. It wasn't showing as I had made the window smaller to use alongside online tutorial. When I opened it in full window mode the top toolbar was back.

kendo ui back button breaks my app navigation

I have tried to get the data-role="backbutton" kendo mobile ui feature to work but I am having issues. When testing the app on my iPhone 4 I get stuck in my app because the back button breaks the UX.
What happens is that when I am testing, I click heaps of back buttons (as they are used quite heavily in my app) and then randomly one decides to slide the previous view into the screen but only goes halfway and then snaps back (or some other type of visual glitch occurs). Then after that, all my navigation breaks down and I get stuck in the last view that I was in. Or better yet the links go to places that they are not supposed to. My tab bar does not work and either do links in the header. I have to exit the app completely, remove it from operating and try again. Seriously something wrong going on here.
I have tried to programatically add the back button by following the Kendo UI documentation but that does not work either. I am left with a button that does absolutely nothing when clicked - it may not even solve the issue anyway. I have looked using developer console in Google Chrome but I can't see any obvious issues.
Has anyone using Kendo Mobile UI experienced this issue before?
I downloaded the latest release of the Kendo UI build and the problem seems to have been resolved. Surprising! I assumed the Kendo framework was a bit more mature to be experiencing such a big issue. It was occurring when using slide transitions in navigation. Here is a link to the bug post on Github https://github.com/telerik/kendo-ui-core/issues/66

firefox add-on sdk: make panel to stay visible

I'm trying to build a Firefox add-on based on their SDK and I wanna use panel for this. The panel is connected to a widget, so every time I click on the widget icon the panel shows up.
My problem is that I want the panel to stay visible even if I click on an area outside the panel and to be able to close only based on a certain situations.
Can this be achieved, or the panel API doesn't support this?
Thanks
It can't be achieved through the SDK API. However, you could actually "hack" the panel in order to be persistent, the problem is that you will face with other issue – basically won't go away, and other small stuff.
You can get additional details on Bugzilla if you're interested: Add a "isPersistent" attribute for panels. Notice that the bug is a WONTFIX, but it will give you an idea about the issue you could face. Also, there are some new widgets that will coming in the future, that could mitigate the needs to have the panel "persistent" (they're mentioned and linked in the bug above).
This is the offical sdk method of doing it:
let myPanel = Panel({.....})
let { getActiveView }=require("sdk/view/core");
getActiveView(myPanel).setAttribute("noautohide", true);
Floating panels are not supported by the SDK

Building a gui app using wxPython (menubars)

while creating a menubar and adding menu-items to it,my panel is showing blank...the menubar is not showing and am getting this message-
(python:4106): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
how do i resolve this problem???
I know I'm a bit late but...
Are you using Ubuntu 11/12? It's a bug in Ubuntu's GTK implementation from what I gathered
There are unofficial patches but they are for C++ Wx. I have the same problem as you and it is annoying
http://trac.wxwidgets.org/ticket/14292
For myself, the menu bar shows itself but the signals aren't sent to the status bar when going over it with the mouse.
I removed the "global menu bar" from Unity using the link on the ticket. It fixed the problem
We kind of need a sample app: http://wiki.wxpython.org/MakingSampleApps That will help us figure out the issue. However, menus are supposed to be children of the frame in almost all cases, so I suspect that is your problem. Attach it to the frame instead of the panel. See also http://www.blog.pythonlibrary.org/2008/07/02/wxpython-working-with-menus-toolbars-and-accelerators/ or http://zetcode.com/wxpython/menustoolbars/

Resources