I have used Bootstrap multiselect plugin in a dynamic table.
Somehow in IE11 the dropdown's vertical scroll bar is missing as the picture below.
Note: Mouse scroll up/down is working and Its perfectly fine in other browsers
Any clue? Thanks in advance
Related
I am not able to find the xpath or handel the scroll bar in kendo grid using selenium webdriver.
I want to scroll right on the horizontal bar. Can anyone please help me out?Please check the highlighted scrollbar
checked with java script code but not worked.
Through Selenium click on some element which is on the right side of the page, so it will automatically scroll.
Is there a way to see the position of the grid with Safari Web Inspector like Firefox do it with grid inspector ?
Stretching the Metrics tab in Inspect Element's Right side pane of Elements tab will display the css box model with padding, border, margin and position.
If you are using Safari version 9.1, you can see it by selecting "Styles - Computed" in the Styles dropown in the Styles drawer on the right of the dev tools. (The Styles section otherwise defaults to "Styles - Visual", so you need to make the selection to make the box visible). Hope this helps.
The question was about grid inspector. There is no grid inspectors in Safari. Although Safari is noted for Safari Responsive Design mode there is no grid inspector in Safari yet.
As of Safari Technology Preview 123 and Safari 15, there is now a CSS Grid inspector.
In the Elements tab you'll find a grid button, if a grid is present.
In the Layout subtab, all grids on the page will be listed at the bottom.
Just to help clarify, the image below shows where the grid overlay can be turned on in Safari's Inspector.
I am using v-select (Vuetify) as a dropdown component. When I click the dropdown to expand the option, it does but it also has a blinking cursor on the input line for the ability type and search the dropdown options if you don't want to scroll through them. The issue is that this is automatically triggering the iOS keyboard to come up and it's covering half the screen.
I tried passing the prop :disabled=true but this just prevents the dropdown from even expanding. Is there anyways to disable this without disabling the dropdown functionality?
I am using a dojo tree widget in the left side pane in OneUi. It shows horizontal scroll bar if the text is bigger than the width of the panel.
Problem is, in some IE instances the horizontal scroll bar is shown on top of the text and not below the text.
Can anybody tell me any workaround to fix this problem (apart from not using IE)
Regards,
Prashant
I am using ExtJS 4.0.7
I have grid on my page. If there is too much data scrollbar automatically comes, in Chrome, Mozilla IE even on Safari as well.
But when I try to access the same application in I-pad , scroll bar are not working.
Note:- Grids reast fetures i.e. pagination etc are working fine. Only scrollbar are not working.
Is there any specific reason for this ?
This is a known problem with Ext 4.0; it uses virtual scroller for grids and it's completely broken on touch devices. Ext JS 4.1 solves this problem and scrolling works on iPads, although scrollbars are not displayed.