PDA

View Full Version : [sp5] closing of blank windows not quite fixed


Forrest
2006-04-25, 10:45 AM
OmniWeb now closes windows and tabs spawned that contain content that gets downloaded.

Although that seems to be the case, it doesn't seem to be working the same as 5.1. Specifically, mailto: links still spawn a blank browser window that doesn't automatically go away.

troyb
2006-04-25, 12:31 PM
It looks like if the mail message specifies a subject it will spawn an empty window. I'll file a bug on this, thanks!

[EDIT]

Er, let me rephrase that, if the mailto link specifies a subject, we spawn an empty window but not for just a plain mailto link.

Forrest
2006-04-25, 01:05 PM
You sure on that? Here's the exact code of the instance I found it on:
<a href="mailto:not@not.net">not@not.net</a>

(address changed, but same format.)