0
votes
1answer
30 views
CSS: How to increase the size of a OSX submit button
How do I increase the native FORM submit button size for OSX-Safari?
I want to keep the native look of a FORM submit button for it's respective operating system while also enlargi …
0
votes
1answer
25 views
Which methods and class will be invoke when reload a webpage or open a new webpage in safari
As we know , When we load frame from webpage of safari, we will invoke the delegate methods of webkit informal protocol(WebFrameLoadDelegate):
webView:didStartProvisionalLoadForFr …
0
votes
1answer
16 views
How to get a flash url in a webpage using a webframe?
As we know , When we load frame from webpage of safari, we will invoke the delegate methods of webkit informal protocol(WebFrameLoadDelegate):
webView:didStartProvisionalLoadForFr …
1
vote
1answer
35 views
in flash, CMD+F on mac loses the focus
On a mac, in both safari and firefox, when I listen for CMD+F (aka APPLE+F or META+F), flash apparently loses the focus [?]. Tracing keyevents on the stage, I see that flash recei …
0
votes
6answers
81 views
Javascript event when mouse leaves browser window
I'd like some Javascript code to run when the mouse leaves the browser window. I only need to support Safari (WebKit.)
I tried putting a mouseout handler on window. That handler i …
0
votes
1answer
23 views
stopping key event bubbling in safari 4 windows
In safari 4 windows, it does not seem possible to stop some key events from bubbling up to the browser in javascript.
This guy got pounced on for trying to stop F5 (a dubious desi …
1
vote
1answer
30 views
How to close iphone Safari window before launching native app?
Easy enough to register a custom protocol handler so that a native app gets launched by a URL in Safari. However, doing this leaves the current browser window open. If the app th …
1
vote
0answers
14 views
Is it possible to change the keyboard type when using the prompt() Javascript function when using Mobile Safari on the iPhone?
Mobile Safari on the iPhone allows you to specify different keyboard types for text input boxes as demonstrated in the Safari How-To's for iPhone, here. However, I'm wondering if …
0
votes
2answers
22 views
Targeting JS named opening window in Safari?
HI all.
I have a static HTML page which is named via javascript as such: window.name = "windowname". This window opens a popup window, which contains links that target 'windowname …
4
votes
3answers
84 views
Scrollbar problem with jquery ui dialog in Chrome and Safari
I'm using the jquery ui dialog with modal=true. In Chrome and Safari, this disables scrolling via the scroll bar and cursor keys (scrolling with the mouse wheel and page up/down st …
1
vote
0answers
13 views
Blacking out content leaving one page div visable
Hiya,
So i am looking to do something like what the apple inspector tool does, but with CSS for a project i am working on.
So, the idea is on a certain page of the site, the site …
0
votes
2answers
27 views
jQuery Syntax error in Safari
Can anyone tell me why this would generate a syntax error in Safari and not in Firefox?
toggle = function(){
$("#type_new").hide();
$("a[class^='toggle']").unbind('click …
0
votes
4answers
62 views
Is the Safari Web Browser an Open Source Project?
I'm interested in doing some development against the Safari browser but I'm not sure if it's an open source project or not? I know webkit is open source but that doesn't mean the b …
0
votes
1answer
24 views
Possible to open iPhone Safari and target a specific window?
I have an app that uses OAuth to authenticate, which means the user must be directed to the website to authorize the application. I prefer to make it obvious to the user that they …
0
votes
2answers
40 views
Why does Safari ignore css table row (tr) height attributes after re-draw?
I'm struggling to apply css-styling to a GWT (Google Web Toolkit) generated html table in Safari. Specifically, I cannot get Safari to respect the height attribute of a table row a …
