Displaying 20 results from an estimated 4000 matches similar to: "Prototype viewportOffset browser problem"
2006 Jan 27
0
RE: [prototype] [BUG] Event.stop doesn''t stop allkeystrokes on some browsers
> a little more digging into this and it appears it''s that different
> browsers
> handle the keypress at different times (from what I can see, there are
3
> events triggered when you press a key, keydown, keypress, and keyup).
I
> changed line 1531 to ''keypress'' from keydown and on all of the
browsers I
> tested (safari, opera, konqueror) it appeared to
2008 May 30
7
Styling an Anchor Tag With Prototype
I have a question: How do you style the various components of the
anchor tag? I am doing it this way:
$$(''a:link,a:visited'').each(function(link){ //links
link.setStyle({ color: ''#''+$F(''cp4_Hex'') });
});
$$(''a:hover'').each(function(link){ //links
link.setStyle({ color: ''#''+$F(''cp5_Hex'')
2007 Oct 04
0
Getting mouse position from a timed function - My Solution
EDIT: I originally wrote this as a response to this thread (http://
groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/
a735c534f89fc5cf/8d8546811cae5ee8), but it wouldn''t let me respond
that that thread (presumably because of it''s age). Rather than just
throw it away, I figured I''d post it here in case in can help anyone
else.
I built a little class to
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:
2019 May 20
0
Opera browser on CentOS
Yes, it will not work on EL6, it requires newer glibc and gtk3.
It's time to leave EL6 behind (or stick to Firefox).
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
----- Original Message -----
> From: "H" <agents at meddatainc.com>
> To: "CentOS mailing list" <centos at centos.org>
> Sent: Monday, 20 May, 2019 15:50:53
>
2019 May 20
2
Opera browser on CentOS
On 05/20/2019 05:24 PM, Nux! wrote:
> Yes, it will not work on EL6, it requires newer glibc and gtk3.
> It's time to leave EL6 behind (or stick to Firefox).
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> ----- Original Message -----
>> From: "H" <agents at meddatainc.com>
>> To: "CentOS
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
2019 May 20
0
Opera browser on CentOS
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 alternatives, particularly since Opera defaults to a
2008 Jan 30
0
Prototype: Possible bug in Element.positionedOffset?
I''ve been using prototype and CSS for about a month now and I am
confused as to why Element.positionedOffset doesn''t always work
consistently between IE6/7 and FireFox 2. More than likely I am just
not understanding something. The demo of the code can be found here:
http://www.synaptik.com/downloads/prototype/bugs/positionedOffset.html.
The gist of what I am trying to do is get
2006 May 31
1
Phrase Query vs AND Query? Why don't these find the same things?
PHRASE QUERY
Xapian::Query((MBOX:12345678-1234-1234-1234-1234567890ab AND
(LP:backup:(pos=1) PHRASE 6 LP:c::(pos=2) PHRASE 6 LP:program files:(pos=3)
PHRASE 6 LP:Mozilla Firefox:(pos=4) PHRASE 6 LP:res:(pos=5) PHRASE 6 LP:
table-add-column-after-hover.gif:(pos=6))))
AND QUERY
Xapian::Query((MBOX:12345678-1234-1234-1234-1234567890ab AND
LP:backup:(pos=1) AND LP:c::(pos=2) AND LP:program
2006 Jan 29
0
BUG in PROTOTYPE when set evalScripts: true - Firefox crashes
Hi all.
I''m using Ajax Updater with evalScripts set to true and there must be a bug in prototype because when I call function firefox crashes and exit. I can''t even see Firefox javascript console. So I try it under Opera and Opera javascript Console show me this:
http://localhost:8090/mysite/processSearch?pQuery=a
Timeout thread: delay 10 ms
Error:
name: EvalError
message:
2019 May 20
3
Opera browser on CentOS
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 alternatives, particularly since Opera defaults to a VPN-connection.
2009 Jul 28
1
WinHQ.org website - CSS preloading
Hi,
I wasn't sure where to write this so thought I'd just put it in the forum. The WineHQ.org website is great, just I think pre-loading the hover images for the main menu section would make the site even better as it would no longer mean the hover images would need to be loaded when the mouse is hovered over them.
I found a solution here:
2013 Dec 20
2
And then there was one (browser)
About 6 months has passed since the last working version of Opera
(12.16) for Linux was released. Opera 18 (Win+Mac only) is now based
on Chromium so I'm not holding my breath for it to work with C6 even
if it is ever released.
Chrome/Chromium is pretty much history too (libs too old). So Firefox
is the only game in town. Even lesser knowns like Midori won't work
either. Considering the
2007 May 13
4
How to know if browser is Prototype.js-capable
Hi,
I looked in the documentation but i did not found any answer to the
following question:
Is there a mean to detect if the browser is actually capable to handle
prototype ?
I should write an simple HTML loader page (like gmail does) which
checks if the browser is able to use prototype and then sets
window.location depending on the test result.
Is there a "standard" way to do this ?
2006 Jan 18
0
Behaviour & Effect.Highlight?
I''m having a problem with Effect.Highlight and a simple Behaviour rule.
In brief, I have a Sortable list. Using Behaviour, I add a hover effect
(apply a style on mouseover, remove style on mouseout). The styles contain a
border color and background color.
var myrules = {
''.sortable li'' : function(element){
element.onmouseover = function(){
2006 Mar 01
4
rant on browser makers (was something about updating TD''s)
> Oh is Gecko == Mozilla? Oh well, can''t keep them straight. As far as
I''m
> concerned there are only 2 browsers worth developing for, IE6 and FF >
> 1.07.
Remove IE 6 and I agree, hahahaha. Actually, I hate Mozilla''s box model
(I know it''s the w3c recommended one, but it''s flawed. Width and height
should include padding and borders.
2006 Jan 11
0
RE: Event.observer - unordered list problems
Hi Marco (I forwarded this also to the mailing list and removed the
picture as it wasn''t necessary to include to the mailing list so
everyone can hear the general techniques),
I recently had a very similar problem with my project. The problem
arises because whenever you move the mouse to ANY element, the previous
element that the mouse was over gets a mouseout event, even if it
2006 Jan 11
0
RE: RE: Event.observer - unordered list problems
I just realized I made a mistake... in the first numbered solution, the
!= should be ==
________________________________
From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Ryan
Gahl
Sent: Wednesday, January 11, 2006 2:28 PM
To:
2009 May 27
1
[PATCH server] UI tweaks for cloud
Initial styling for the cloud, added a few images
Signed-off-by: Jeremy Perry <jeremy.perry at redhat.com>
---
src/app/views/cloud/instance/index.rhtml | 2 +-
src/app/views/layouts/cloud/cloud.rhtml | 9 +-
src/public/images/mystery_cloud2.png | Bin 0 -> 1984 bytes
src/public/images/tab_bg.png | Bin 0 -> 174 bytes
src/public/stylesheets/cloud/layout.css |