vertical-scrolling

Strange scrolling behavior in IE with checkboxes in a scrollable div

I have a "multiselect" control that looks like this (sorry for the long id names, they are kinda autogenerated because this whole thing is being generated by a custom tag): <div class="default-skin-outer" id="myMapSelect_multiSelectOuterDiv"> <div class="default-control" id="myMapSelect_multiSelectControlDiv"> <span class="d...

ASP.NET AJAX UpdatePanel problem

I'll try and be concise: 1) I have a dropdownlist with Autopostback set to TRUE 2) I have an UpdatePanel that contains a Label. 3) When the downdownlist selection is changed, I want to update the label. Problem: Focus is lost on the dropdownlist, forcing the user to click on the dropdownlist to reset focus back to the control. My "so...

Silverlight anchor tag functionality?

I have a a bunch of user controls(about 15, one for each record) in a stackpanel that extends way down my page. I put this in a scrollviewer so that the user wouldn't have to scroll the browser but instead can just scroll the scrollviewer panel. ANyone know how to programatically scroll to a specific user control in my stack panel. I wa...

Auto scroll down iframe

How can I get an iframe such that when it loads up, it loads up with the page inside scrolled down by a fixed amount (say 100px)? I have so far: <iframe src="http://news.bbc.co.uk/1/hi/uk/7459669.stm" scrolling="no" width=500px height=500px></iframe> but it loads up with the bbc.co.uk page inside at the top left when I actually want ...

How to make an scrollable UITextField Inside UItableViewCell?

Hello everyone. I created a bunch of editable UITableViewCell by embedding an UITextField inside, but I have seen some apps that allows you to scroll the UItableview by scrolling inside an inactive editable cell. How can I do that? And how can I also dismiss the keyboard when tapping somewhere else? I know about the method: - (void)touc...

Scrolling Textbox Content Overflows into padding area

How can I stop my scroll bar and the text when scrolled from appearing in my top padding area. I am new to Microsoft Expression Web and CSS and I am very frusterated with this. Here's what I have so far but as mentioned above the text still wants to scroll into the top 75px of padding as well as the scroll bar is permantly displayed th...

How do you scroll an iframe from within using jquery?

I'm using a shadowbox which generates an iframe to display product details on a page. Because the details page can be pretty long, the client would like a "More" button that scrolls the page down (apparently the scrollbar on the right of the iframe isn't enough). Here's the code that I've tried in order to get the iframe to scroll: $(d...

How to automate vertical scrolling in Flex AdvancedDataGrid when dragging item below bottom of visible rows?

I have an AdvancedDataGrid with XML dataProvider. Drag and drop in enabled, and works within the visible rows of the ADG. HOWEVER, if I attempt to drag an item past the bottom-most visible row of the ADG, the ADG does NOT scroll to display the next rows, which makes it impossible to drag and drop beyond the immediately visible rows. Alt...

Usability implications of partial page scrolling

What are there the usability implications for a long list of items (f.e. facebook news stream) to use an internal scrolling (just the list panel) vs a full page scrolling. Edit1: Do you have references of analysis/guidelines discussing this issue? ...

Android: Is it possible to have a scrollview in a flipper in a tabview?

I have a TabView and on its first tab I have a ViewFlipper displaying two pages of ImageButtons (say buttonsPage1 and buttonsPage2). When in landscape orientation, I need the image buttons pages to be scrollable, so I tried to add a ScrollView on buttonsPage1 and another on buttonsPage2. I get a StackOverflowError. I tried then to sup...

Javascript funtion to determine if element is in view.

Hello, I need a function similar to the one provided in the "jQuery - Check if element is visible after scroling" question, by "romaintaz". But one that will traverse the element's ancestry and determine if the element can be seen by the user. The problem is that the element in question may be within multiple scrolling divs. Thanks, ...

jqueryui tabs : is it possible to keep the navigation tabs visible when content is scrolled vertically?

My jqueryui tab-set consists of several pages of fairly lengthy content -- the user must scroll vertically to move through each document. Here's a simplified version: /MAIN TEXT\ /END-NOTES\ ============================= blah blah blah . . . (lots more text) . the end If the user is reading through the main text, and has sc...

Jquey vertical list slider wont repeat more than once

I have a vertical slider that works well except when it needs to scroll more than once. view slider This is the code $(document).ready(function() { var speed = 1050; var elementHeight = 106; var countElements = $('#portfolio-navigation ul li'); var numberElements = countElements.length; var totalHeight = numberElem...

DIVs, DOJO, vertical scrolling, and IE6

I know there's several questions on this already, but I cannot find a solution anywhere. Basically, I have CSS styling the body to fullscreen with no scrolling. Within this are 2 divs, for sidebar (left) and content (will be a map control if I can get past this problem). Within the left sidebar I have 2 divs (at the moment), one has a ...

Coordinate transformation in SVG inside Firefox with scrollbars

I am trying to calculate the correct mouse coordinates, in user coordinate space, in an SVG document from within Javascript code when scrollbars come into existence when that SVG file is viewed from within FireFox. But it is not quite correct. This is needed to get SVG-based tooltips drawn correctly even when the SVG is scrolled horizont...

In flex, how to get correct Y-axis when there is a vertical scroll?

In flex, I am getting the y-coordinate in the following way: nextHBox = HBox(ingBox.getChildByName("ing" + nextId)); nextYAxis = ingBox.localToGlobal(new Point(nextHBox.x,nextHBox.y)).y; newCanvas.x = nextYAxis; nextYAxis gives me the y-axis and I use it to position new component. It works absolutely fine. But, when there is vertical...

jQuery scrollTo plugin - shaky scrolling with some content - Problem

Hey Community out there - here comes a tough one, at least for me. Maybe there is some help out there.I am working on a full page vertically/horizontally scrolling website that is powerd by the scrollTo plugin. In general all is working good and smooth but with some content, like the Nivo Slider, the scrolling becomes a bit shaky, like h...