similar to: Drag and Drop in IE7 vs FF

Displaying 20 results from an estimated 80 matches similar to: "Drag and Drop in IE7 vs FF"

2009 Apr 21
0
Validate order lines on order creation (ActiveResource)
Hello, I have order model that has many lines. I would like to create order only when all order lines will be created: require ''rubygems'' require ''activeresource'' class PurchaseOrder < ActiveResource::Base self.site = "http://admin:secret@localhost:23456" end o = PurchaseOrder.create(:account_ref => ''123'', :lines => [{
2009 Mar 17
1
Route failure with Rails2.3 and rspec1.2
Hello all, I have a spec for a route that used to pass under Rails 2.2.2 and rspec 1.1.12, but can?t figure out what is wrong since I updated. Here is the assertion: route_for( { :controller => ''purchase_orders'', :action => ''update'', :company_id => "32", :id
2006 Mar 22
9
Setting empty fields with in_place_editor_field
Hi all! Playing around with in_place_editor_field, I found that when you set a field to be empty, you can''t edit it at all anymore after that. Am I doing something wrong or is this the way it is intended to be? If so, is there any way around that behaviour? Is it just styling? Best regards, Raphael -- Posted via http://www.ruby-forum.com/.
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
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
2008 May 27
0
Sessions wont work with IE7 with 2.0.2?
I have an odd problem I don''t ever remember having before. If I access my app with Safari or Firefox, I can login and maintain a consistent session. Tailing the log file, I see the same session ID evertime I hit my apps pages. Now, I open up IE7 on my PC. I try to login, and the server thinks the login worked fine, but after I get redirected I am not logged in. After further
2010 Mar 08
0
wine, ie7, vbscript and java
There are some idiots who created some web pages which only support IE, vbscript ( together with java applets ). These are not my programs, and I can't take a gun to him to get him to make any changes. Has any one managed to get wine to run IE, and together, have gotten java applet (jre) and vbscript working in it ? Regards.
2011 Feb 22
3
HTTP/SSL (HTTPS) sites not working in IE6/IE7 - advice reque
Hello, I have working IE6 and IE7 in Suse Linux Enterprise Desktop 11.1, HTTP sites working OK, but I have problems with HTTP/SSL (HTTPS) sites. Has somebody solved this? In *IE7*, sticking point is this screen: "There is a problem with this website's security certificate. Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server. We
2011 Sep 06
0
How to get Menubar in IE7
I am newbie for wine and recently I installed wine-1.3.26 in my workstation. My operating System is centos 6. I successfully installed IE7 using wine. But I cannot get menu bar in IE7. I can get Address bar only but I cannot get other menu bars. I will really appreciate if anyone can help me what I have to do to get menu bar on IE7. Thanks
2008 Jun 05
0
Scriptaculous: Sortable not firing in IE7
I have a ul that is set to be Sortable. The id naming scheme for the underlying elements is the proper format "{name}_{number}". On FF 2 and IE 6, my onChange and onUpdate methods are fired. However only on IE7 (7.0.5730.13 to be exact), after I move the list item and mouse up the drop never seems to finish, the list items reverts. No events: onChange or onUpdate are ever fired. Has
2012 Jan 06
0
Re: winetricks ie6/ie7 on 64bit system
doug wrote: > Should I put in this command > "export WINEARCH=win32" before I get Wine from the repository, No. It's an environment variable; you set it at the command line as a normal user before creating a wineprefix.
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
2007 Aug 20
0
IE7 invalid argument
I am getting invalid argument from inside Position.relavitize on IE7. Using 1.5.1.1 of Prototype. relativize: function(element) { element = $(element); if (element.style.position == ''relative'') return; Position.prepare(); element.style.position = ''relative''; var top = parseFloat(element.style.top || 0) - (element._originalTop || 0);
2010 Jun 22
1
Launching IE7
I installed the newest version of Wine (1.2-rc4), and also IE7; however, I cannot find IE7 to launch it again! It doesn't appear in the list of programs, although it is listed under "Application Settings." Is there a different way to launch it? Is there a command I should use instead? Thanks! [Question]
2010 May 14
4
ie7 activeX
I installed ie7 in 1.1.44 on ubuntu 10.04 no problem quick and smooth. It runs fine but my bank needs activeX components and whatever setting I do ie7 won't install the activeX components. Any suggestions?
2010 Jul 22
1
winetricks ie6/ie7 on 64bit system
Hi everybody, i'm running wine 1.2 on opensuse 11.3 64bit. Trying winetricks ie6 or winetricks ie7 result in an installer error dialog: "This installation does not support your system architecture (32/64bits)" and obviously closes. Other 32bit programs run perfectly (i.e. UltraVNCviewer) Is there any way to make wine act only as a 32bit windows on a 64bit machine? These are the
2010 Oct 26
2
Can't install IE7?
I'm trying to install IE7, but a few things happened. For one, I get a prompt saying update.exe has an error, but from there it keeps going with the installation. Not sure what that's about. Then, I get all the way to the part where it wants me to check the box for it to allow for automatic updates. I figured no big deal so I check the box and click Next. Then it goes to the window where
2010 Nov 12
2
IE7: returned status 87. Task returned with status 15.
Can somebody please help me, i can't get internet explorer to work: ###BOTTLING### Installing ... wine: cannot find '' ### LOG ### Command '/Applications/Wine.app/Contents/Resources/bin/wine ' returned status 87. ###ERROR### Command '/Applications/Wine.app/Contents/Resources/bin/wine ' returned status 87. Task returned with status 15.
2011 Feb 06
2
Running IE7 setup
Hi I am trying to run IE7 on my MACB00k Air OS 10.6.6. ?When I try to run IE7 and go to Internet options, under browser settings I can't set the memory for temp files. ?I enter 100MB and I get a message that the value needs to be between 8 and 8? Even when I put in 8 the setting is not retained? ? Any Ideas, I am currently using Wine 1.2.2 Thanks in advance. George Pannell --------------
2011 Aug 17
0
Re: HTTP/SSL (HTTPS) sites not working in IE6/IE7 - advice reque
DanKegel wrote: > I filed > http://bugs.winehq.org/show_bug.cgi?id=26203 > for the ie7 problem as I saw it. Thanks for the code (if that was yours).I'm happy to say that it's okey.