Re: Re: Asking for confirming a bug
Paul Smith <[email protected]>
| Newsgroups | gmane.comp.mozilla.multizilla |
|---|---|
| Message-ID | <[email protected]> |
On 4/18/05, [email protected] <[email protected]> wrote: > >> Should I then fill a bug in BugZilla, Raj? > > > >Yup, go for it. I don't think that much action will happen until > >HJ gets back, but it's worth it being there. > > Well, airports do have WiFi these days, so try this in tabbrowser.xml > > - if (scheme == "") { // No scheme found, but we need one for firstPage so add one! > + if (scheme == "" && !aURI.match(/^file:/i)) { // No scheme found, but we need one for firstPage so add one! > > Untested, but that should do the trick ;) There is no file named tabbrowser.xml on my computer, HJ! Paul