Displaying 20 results from an estimated 7000 matches similar to: "ldapsam + IE7 = Broken MS Office 2003/2007"
2007 Mar 30
0
Beta IE7 Policy Template
Hi all,
Just finished all of the "annoyance" issues with IE7 and started putting
together an IE7 policy template for System Policy Editor. This is just
a "beta" release I guess.
Get it Here:
http://files.pcc-services.com/files/samba/ie7beta1.adm
Here is what I included so far:
- Always Show Menu bar
- Set Menubar to Top Position
These two basically make IE7 look more
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
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
2009 Aug 02
4
IE7 issue with a game
Not sure anyone will have an answer to this... but might as well ask
I'm working with a beta version of a game and under NDA (and its not in the appdb)... but IE is required for logging in and patching... I'm wondering if this is a known issue with other games... Have to use IE7 installed, as IE6 had rendering issues, that IE7 didn't, and the game directly calls IE
version of Wine
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 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
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]
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
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?
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 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 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
2011 Feb 11
3
Help with IE7 running on Macbook Air
GeorgePannell at aol.com wrote:
>
>Hi, I am a new wine user and I have been able to get ie7 running on my
>Macbook but I cannot set the memory allocation for temp files under the
>browser setting. If I set to 100MB it gives message that setting needs to be
>between 8 and 8. If I put in 8 MB in the settings window the message does not
>reappear but it also does not
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 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 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
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
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
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.
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,