similar to: No internet connection with Opera and Safari

Displaying 20 results from an estimated 30000 matches similar to: "No internet connection with Opera and Safari"

2006 May 08
1
replace_html on a select fails on IE and Opera
I am using an rjs file to do a page.replace_html on a select field as follows: @inrhtml = options_from_collection_for_select( @widgets, "id", "name") page.replace_html "type_select", @inrhtml I have it working on firefox and safari but it doesn''t work on IE and opera? My javascript defaults are up-to-date. I would appreciate any help. thx, -hkn --
2006 Sep 09
3
[Urgent] Help: Safari/Konqueror issue with absolute div initially hidden
Hi all, I have this project due tomorrow night (yes, it''s a Sunday...), and only one trick bug left, which only occurs on Safari 2 and Konqueror (3.5.2). I guess the Webcore/KHTML common tree goes here... You''ll find a test page online: http://tddsworld.com/bugs/hidden_absolute_issue/ If you want to tinker on your box, get the ZIP:
2005 Dec 12
7
possible opera+prototype bug in evalscripts?
Hi all, I use the ajax updater with evalscripts=true. When I load HTML with included <script> tags, I get this error in Opera 8.51: ------------------- snip ----------------------------- http://ccml.uni-weimar.de/ Timeout thread: delay 10 ms Error: name: EvalError message: Statement on line 258: Illegal use of eval Backtrace: Line 258 of linked script
2006 Mar 23
4
XML parser fixed
Hi, I changed the XML parser who have been write by Greg (Gregory Hill) and changed some things. It did not work in IE and Safari and opera. I fixed some bugs. Now it works fine in IE, Safari, Firefox and Opera. /* --------------------------------------- */ XMLParser = Class.create(); Object.extend(XMLParser.prototype, { initialize: function (XMLFile, options) {
2007 Dec 09
5
Browserized Styles Plugin
Browserized Styles provides a dead simple way to create browser- specific CSS code for use in a Rails application. All you need to do is create a .css file targeted to a browser by appending an underscore and identifier to the end. === Installation === script/plugin install http://svn.intridea.com/svn/public/browserized_styles === Example === Let''s say I have some complex CSS code
2006 Jan 27
1
[prototype] [BUG] Event.stop doesn''t stop all keystrokes on some browsers
attached is an html file I used to test the bug. the top text box should not allow you to type anything, not tab, not enter, nothing. bottom text box should work fine. requires prototype.js and includes jslog for jslog.info although it only occurs in one place, I just wanted to make sure the event was firing without having to use alerts :) tested browsers/platforms: opera: mac / win / lin:
2006 Mar 21
4
Determining Browser?
Is there a way I can read the user agent or something similar to determine whether the person is using IE, Mozilla/Netscape, Opera, Safari, etc? I want to dynamically output the CSS to the browser, but I''d like to change certain things (in this case the widths of some divs since IE adds borders and padding size to the total size of a div unlike firefox). Thanks, - Brent
2006 Aug 02
9
RJS not cross browser compatible?
I have an RJS template that does the following page.insert_html :bottom, "some_id", ''<tr id="some_id"><td></td></tr>'' This works just find in safari and firefox. In IE and Opera it doesn''t work so great. Any ideas? Am I doing something wrong here? -- Posted via http://www.ruby-forum.com/.
2005 Dec 16
3
''floating dialog'' class
Inspired partly by what others are posting here, and partly out of necessity, I threw together a "floating dialog" widget class. It''s more or less a rip-off of the dialog widget from the Dojo framework - I had a need for something similar, but didn''t want to move outside of the Prototype/Scriptaculous libraries. When activated, the "dialog" floats in fixed
2005 Nov 07
2
Font rendering in Firefox after effects
Hi all I''ve started using some of the scriptaculous effects here, and have noticed something weird. Whenever I use one of the effects, it causes many of the fonts on the same page to rendered with a lighter weight (ie: "less bold"). Has anyone else noticed a similar effect in Firefox? I use 1.5b1 on Mac. This seems to be a common bug in moz-based browsers, as Camino does
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 May 11
2
Ajax, buttons, and firefox
I created a button_to_remote function that I use to call :toggle_blind visual_effect :toggle_blind, ''div_id'' It works great on Safari, Opera, IE, but in firefox the button does nothing. Is there a problem with firefox. I can''t seem to find much online about this issue. -- Amos King Ramped Media USPS Programmer/Analyst St. Louis, MO Looking for something to do?
2019 May 20
2
Opera browser on CentOS
On 05/20/2019 03:35 PM, Greg Bailey wrote: > On 5/20/19 6:22 AM, H wrote: >> Is anyone running the Opera browser on Centos 7 or 6? While not available in a yum-repository, it seems to be available as a snap-package. Not familiar with those yet but curious if the browser is worthwhile to run. I have generally found Firefox less useful/compatible than Chromium but would also like
2008 Jan 31
0
Element.Fire on window.parent.document from iframe (fails in Opera)
I wanted to create an iframe that could be included on any page for uploading images, without determining the parent behaviour at all from within the iframe. The iframe include just checks if there was an image loaded, and does this to pass upload information to the parent (this only fires when an image was uploaded): $(window.parent.document).fire(''image:uploaded'',
2003 Feb 24
1
Opera 7
Hi guys, I was just surprised to see that the Opera 7 Installer (without Java) runs perfectly and installs Op7. After that I was even more surprised to see that also Opera itself starts without any modifications needed as wine opera.exe. But surfing a little around I found some problems, for which perhaps anyone here has a solution? - sadly it crashes every now and then. I suspect something
2006 Apr 20
1
The Autocompleter, with scrollable result-div
Hi everyone If you''ve seen this ticket, http://dev.rubyonrails.org/ticket/4782, you''ve noticed I have tried to make scrollable autocompleter work. The scrollIntoView works great, however the iframefix for IE didnt work in the previous change. This is fixed now. Also the "blur-on-scrollbar-click" should not work in both IE and Safari (can someone confirm this?) It all
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
2007 Sep 20
0
text_field_with_auto_complete and safari
I have created a project and have used text_field_with_auto_complete and was messing around with and discovered that the field does work well in safari - I can''t get the field to auto complete. If someone want to take a look: http://npower.polkmajestic.com/enroll/traveler_form Look for the field for "closest Home Airport." In IE and FireFox if works by pressing tab or enter,
2007 Mar 05
1
Opera proposed Theora for native video playback in browsers
Hi , I see this news in Opera website : http://my.opera.com/haavard/blog/2007/03/05/1 I think this is a good news for Theora Team and also a greater news if video tag becomes true. This extract of the website is incredible : 'One thing to keep in mind that adding native support for Theora in Opera would only add about 300K to Opera's overall size! And I am sure that could even be
2010 Mar 02
3
Opera 10.50 released
Today we released Opera 10.50, the first officially supported Opera release that supports <video> with Ogg Theora since we first experimented with it way back in 2007. Please enjoy and don't forget to file bugs :) -- Philip J?genstedt