similar to: Content overlapping IE7 scrollbars?

Displaying 20 results from an estimated 4000 matches similar to: "Content overlapping IE7 scrollbars?"

2006 Dec 06
0
IE7 Sortable Ghosting = true issue
I have a bunch of Sortables that can be dragged and dropped. When I set ghosting to true, the ghosted image is all garbled on the first drag in IE7. Every drag thereafter works completely fine. I have turned off all of our styling to try to isolate the issue, and it persists no matter what I do. I have also made it so Scriptaculous only includes the drag and drop and Effects libraries to try
2008 Jan 31
2
Odd things happening in ie6/ie7
As always, i am again having problems in IE6 and IE7 with scripts. The scripting works fine in FF2, opera and Safari. IE just wont load it. Could anyone help? It''s a static page for now, located at www.maifith.com/research/index.html The problem,although quite obvious, is that it doesn''t load the JS in IE6 or IE7. Any help would be appreciated.
2007 Feb 15
2
ajax.request not working in ie7
it sends the request fine in firefox but it never gets sent in ie7 (im using iewatch). here''s my code: var headers = [''Man'', ''POST http://'' + location.host + ''/something HTTP/1.1'',''MessageType'',''CALL'' ]; var myAjax = new Ajax.Request( url, { requestHeaders: headers ,contentType:
2006 May 01
3
using HTML frames with rails
Hi: I''m trying to get a page setup with the left side having a collapsable javascript menu (built from the database) and the right side having more data about each node in the tree... very standard actually. I figured frames would be a good way to go, because as the tree expands as the user dives further in, the frame will add scroll bars without disrupting the left hand side. The
2008 Jan 23
1
IE7 Object Expected Error
Greetings All, I''ve got a problem in IE7. It''s throwing an "Object expected" error when I try to use the new operator to instantiate an object created with Class.create() in Prototype 1.6.0. The code for the object is here: http://pastie.caboo.se/142561.txt. It''s an in-house dialog-like class. I pasted the example code for Class.create() from the API
2007 Dec 09
5
capturing arrow keypress on IE7 with Prototype 1.6 doesn't work?
Hi! does anyone know a fix for this? in FF and Opera everything is fine, but in IE7 arrow keys are ignored. thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2006 Dec 12
1
Drag and Drop in IE7 vs FF
Hi, I''ve got drag and drop (DD) working for my app in FF. However, the same code doesn''t work in IE7. I can''t even see an icon change when you hover over the item I intend to drag. All I get is the lasso effect; the mouse makes look it is trying to select the contents of the page. Here''s an abbreviated version of the code with the pertinent section: <%
2008 Mar 22
4
Ajax.Updater not fully work in IE7
My code snapshot: correct work in FF , Opera and Safari, but in IE7 - isn''t return result <form action="test.php" method="POST"> <div id="country" style="border: 1px solid #ccc; width: auto"></div> <br/> <a href="javascript:getTest()">test</a> </form> <script
2006 Dec 18
1
Problems with Drag & Drop in IE7
I''ve got some very simple drag & drop scripts that I''ve put together for testing purposes just so I can get the kinks worked out before I build the drag & drop functionality into my application. The scripts work fine in Firefox but when using IE7 it craps out after I drop a draggable on a droppable. I drag a username div to a number div drop it and the username reverts,
2007 Aug 31
3
Ajax.Updater on a select list not updating correctly in IE7 (fine in FireFox)
Hi all, Been working with prototype and script.aculo.us now for around 3 days after never really touching javascript so I am still getting to grips with things. So far I have successfully created 4 ajax based functions, or so I thought until I stupidly showed a client one of them before I had tested it in IE. The function in question works fine in FireFox succesfully inserting any new values
2007 Jul 26
4
populate select box by ajax query with Prototype and IE7
Trying to populate a select box with a value passed in from another select box works great in Firefox, but using IE nothing happens, no data is getting returned back. I commented everything out and put alerts in there and the alerts work in IE but when ajax is getting used it seems to just die...Is this a bug or what am I doing wrong? --~--~---------~--~----~------------~-------~--~----~ You
2008 May 07
10
a little problem with prototype and IE7
''m from cartagena Colombia(south america) .... i''m learning prototype, i have a little problem using Ajax.Updater. i have this code in html page : <head> <script src="prototype.js" language="javascript" type="text/ javascript"> </script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"
2006 May 18
0
Documentation for the plugins you use
I wanted a concise way to see the rdocs for all the plugins I use in my project. I threw together a quick program to generate it for me, and I thought you guys might be interested. It creates a plugins.html in your application''s root directory, with links to rdoc that it generates in each plugin''s own directory. I just added a frame to the rdoc-generated index.html in my
2012 Jan 18
1
libvirt with sasl shadow backend
Hi list, i have a problem with virt-manager authentication over tcp. I tried it with virt-manager over non-TLS "TCP (SASL/Kerberos)" auth. and the sasl mechanism "shadow". The user (tested with unprivileged user and root) is allready in the group libvirt(d) and the process is running as root. The result on host: Jan 18 21:05:31 host libvirtd: 21:05:31.620: error :
2008 Jan 13
2
access to webpage code
dear R user, I need a function that download the code of web page as html, to further parse it. something like >site="http://www.R-project.com" >code=function(site) >code !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>The R Project for Statistical Computing</title> <link rel="icon"
2008 Apr 03
0
draggable_element Messing up CSS for IE7
I am having trouble with draggable_element and come IE7 css. I have a list where I want the items in the list to be draggable. I need the list to have a fixed height so I would like a scrollbar. I use overflow:auto and everything works great in Firefox and Safari. But IE doesn''t respect the overflow:hidden. Well, it kind of does. It creates the scroll bars but lets everything spill
2007 Dec 03
0
scrollbars and dragable
Hello, I am new at script.aculo.us and it seem''s to be a very poverfull animation framework. I need to move a div around on the screen with javascript. So far I see the solution with script.aculo.us is to use a dragable object. Now I have a problem. My div contains scrollbars with css: overflow: auto. When I use the IE6 the scrollbar hangs often :-) My div looks like this: <div
2006 Nov 07
5
mechanize: 400 Bad Request
Hello, when trying to access a certain HTML-frame, I get: "in `request'': Unhandled response (WWW::Mechanize::ResponseCodeError)" and the page returns: "400 Bad Request" * Why? * How to solve this? With browser, it works. In the logs below, I marked 4 lines with "***", where I see possible differences in the URI. But I don''t know, if this is
2010 Jan 30
2
graph help
Hello, I'm fairly new to R and having trouble displaying my data graphically to a publishable quality. I have a multivariate data-set (columns all the same length), 8 environmental variables and 3 species diversity variables. I'm simply trying to display bivariate plots of the environmental variables against the species diversity variables (response variables). As there will be many
2003 Jun 06
4
stuck tcltk scrollbars under Windows XP
Dear R-devel list members, I've encountered a problem with my Rcmdr package under Windows XP and could use some advice: The Rcmdr package uses the tcltk package to create menus and dialog boxes. My standard procedure when a dialog is created is to grab the focus -- e.g., by tkfocus(top) tkgrab(top) (Here, top is a top-level window -- say, containing one or more scrollbars.)