Displaying 20 results from an estimated 191 matches for "msie".
Did you mean:
msi
2006 Jun 06
1
Redirect\Cookie bug with MSIE 5.5sp2
...t "/"
else
flash.now[:notice] = "Sorry, we couldn''t log you in
with that information. Please check your details and try again."
@login = @params[:user_login]
end
end
end
And it works fine with all browsers but MSIE 5.5sp2 where the user IS
logged in but on arrival at the redirect page the session is lost.
You can see this bug in action if you try to use the wretched browser
to log into a tadalist (for example).
Can anyone suggest a work around to allow 5.5 users to keep workable
sessions with a Rail...
2007 Nov 28
4
How to instruct Wine to use MSIE rendering engine by default instead of Gecko?
Hi,
I need to debug some complex Javascript that leaks in MSIE (no leaks
in Firefox though). For this purpose, I am trying to utilize programs
like Drip and sIEve. Both programs fail under Wine, and my guess is,
they try to use Gecko as the rendering engine (and this is not what's
desired: Gecko works fine with my stuff).
Now, provided that MSIE can be in...
2006 Oct 19
0
Typo in Apache docs causing MSIE problems?
Someone contacted me earlier today and pointed out this typo in the mongrel apache documentation:
"the following line:
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
must be written instead as:
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
The effect of this typo is that files that are not caught by previously listed rules, such as all *.css and *.js files are never deflated for MSIE users - I was just testing my site with di...
2005 Aug 05
0
US Federal Government to require MSIE for copyrightpreregistration
...t this constitute government sponsorship of a religon?
-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
Behalf Of Phil Schaffner
Sent: Thursday, August 04, 2005 7:36 PM
To: CentOS mailing list
Subject: [CentOS] US Federal Government to require MSIE for
copyrightpreregistration
The following OT thread from fedora-list may be of some interest to this
list also.
https://www.redhat.com/archives/fedora-list/2005-August/msg00730.html
https://www.redhat.com/archives/fedora-list/2005-August/msg00801.html
Phil
____________________________________...
2005 Aug 05
0
US Federal Government to require MSIE for copyright preregistration
The following OT thread from fedora-list may be of some interest to this
list also.
https://www.redhat.com/archives/fedora-list/2005-August/msg00730.html
https://www.redhat.com/archives/fedora-list/2005-August/msg00801.html
Phil
2011 Apr 16
1
Re: Problems extracting python-3.1.3.amd64.msi under wine's msie
Nathan Coulson wrote:
> wget http://python.org/ftp/python/3.1.3/python-3.1.3.amd64.msi
> msiexec /a python-3.1.3.amd64.msi /qb TARGETDIR=out #tried c:\\out as well
>
> and it exits immediately with the following (which I believe is a red
> herring, 32bit also says this)
> fixme:storage:create_storagefile Storage share mode not implemented.
Please file a bug in bugzilla.
2009 Sep 23
2
reading web log file into R
...13:50:17
#Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem
cs-uri-query sc-status sc-bytes cs-bytes time-taken cs(User-Agent)
cs(Cookie) cs(Referer)
"2007-12-03 13:50:17 200.40.203.197 - 200.40.51.20 80 GET
/localidades/img/nada.gif - 200 328 447 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
ASPSESSIONIDSQCBSQAB=JOLECDCCBFCKPOFLGDLHMENA
http://www.teatro.com/localidades/localidades.asp"
"2007-12-03 13:50:17 200.40.203.197 - 200.40.51.20 80 GET
/localidades/img/cargando.gif - 200 1150 451 0
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows...
2007 Feb 13
16
Error against latest trunk while testing via spec for model
Hi
I just did an update to lates trunk
=================
context "Given a generated venue_spec.rb with fixtures loaded" do
fixtures :venues
specify "fixtures should load two Venues" do
Venue.should have(2).records
end
end
==================
gives me
==========
1)
TypeError in ''Given a generated venue_spec.rb with fixtures loaded
fixtures should load two
2005 Jan 13
3
Mozilla Player?
I noticed lately a few listeners on my Vorbis stream using a player called:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
I know Mozilla is a browser. Does it have a Vorbis decoder built-in or
what's the story. Anyone?
Regards,
Ross Levis.
http://www.stationplaylist.com
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus...
2006 Aug 16
8
Multiple (AJAX) Observers on the Same Field and MSIE
I have been using multiple observers, i.e., observe_field(), on the same
input field and relying on them to execute in the same order that they
appear in the page. This has been working fine in FireFox, but it does
not seem to work in MSIE; the requests come in and are processed in a
different order. Now, I''ve always been a little hesitant about using
this technique, but it always seemed to work. My question is, is there a
better way to do this?
--
Posted via http://www.ruby-forum.com/.
2008 Sep 30
4
Using the response object in stories
I have this statement in the layout of my application (using haml)
- if request.env["HTTP_USER_AGENT"].include?("MSIE")
= stylesheet_link_tag ''blueprint/ie.css''
= stylesheet_link_tag ''confirm_ie.css''
The problem is that request.env["HTTP_USER_AGENT"] is nil when I go to
some page in the features I write with cucumber and webrat
This is the error I get
Yo...
2009 Oct 28
1
R 2.10 under Windows XP: glitches and successes
...default?
Third, every time one asks for help on a new topic there is a
considerable delay (seemed like forever, probably c 15 seconds) before
the help comes up. My first thought was that the on-demand help was
being assembled, but I didn't see much CPU use. It might be latency in
talking to MSIE, and this latency might even be from my (Sophos)
antivirus software, which kept warning me about a program suspiciously
launching MSIE. If you ask for help you already requested there is no
delay (good) and it does not focus on the tab with the relevant help
(which strikes me as the ideal behavior...
2006 Mar 06
3
File uploads giving "page not found" on IE
I am having a really wierd problem in IE. I have a simple file upload
form with two selects and a textarea. This is a medical transcription
application - very simply an administrator can upload a file and assign
it to both a doctor and a transcriptionist at the same time and
optionally provide a note to the transcriptionist.
If I remove the MT selector, it always works. If it''s on
2005 Mar 10
4
Winamp 0% Buffering mp3 streams
...namp might not like it?
(BTW: there's no "on demand" streaming from a local directory in Icecast
like you can do in Shoutcast, correct?)
Kai
--
Kai Sch?tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
IE-Center: http://ie5.de & http://msie.winware.org
2001 Nov 01
3
Newbie: IE5.5
howdy,
i am very new to WINE and have looked around for some docs on howto get
IE5.5 running, but can't seem to find anything straight foward. i just
installed RH7.2, and am running Ximian GNOME, without a Windows partition.
WINE is apparently installed by default with RH7.2. i tried the simple
'archnid' (solitaire) program and seemed to work ok. however, i have the
IE5.5 executable,
2007 Apr 22
2
ActiveX Controls Not Working
...g to get ActiveX controls working from the ToolkitCMA.com site with IE6. Some serious weirdness going on.
So now I check what I look like at http://bellsnwhistles.com/bells.html, and it informs me that:
"The Browser you are using is Microsoft Internet Explorer (Mozilla) 4.0 (compatible; MSIE 6.0; Windows 98)"
Eh no, I check Help|About IE, and it confirms that I am running IE6. And I thought Wine was emulating Win2000; although I can't find a way to check this, it does accept and use my Win2000 mfc42.dll. I know BellsNWhistles is accurate because it nailed my late-version...
2005 Mar 10
3
Winamp 0% Buffering mp3 streams
...ied (it then sends with "live.nsv" if I
remember this correctly). Should Winamp be able to handle .nsv or should I
change this to .mp3 f.i.?
Kai
--
Kai Sch?tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
IE-Center: http://ie5.de & http://msie.winware.org
2007 Apr 28
2
Tables & Databinding
Hiya,
I''ve recently been looking at removing the dependency in our CRM/CMS
on MSIE XML Databinding so that it''ll run properly in Firefox..
The solution I''ve created uses the prototype.js lib so I thought I
might share my efforts here if that''s ok? It''s still _very_ early
days but there''s the beginnings of a writeup here:
http://www....
2006 Apr 10
6
detecting browser type?
I''m wondering how i can detect the browser type for the client. I know this
is possible, but i cant seem to find how to do this, nor any example code
for this.
I would appreciate if someone could point me to some info or just give me an
explanation.
thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jun 28
1
Thomas script.aculo.us (important bug and add ons)
...39;t really well documented until recently. The
Microsoft article is dated June 2005 (very recent) though memory leak info
has been around for a while but rarely mentioned.
The issue is circular references between DOM objects and code. In firefox
and any responsible browser, this is not a problem. MSIE also has no
problems with circular references EXCEPT when they span both DOM objects and
javascript.
Basically a circular reference (you might already know but I wasn''t sure
what your expertise in this area was) is when an object refers to a second
object which refers back to the first ob...