From jswitte at indiana.edu Wed May 14 04:57:04 2008 From: jswitte at indiana.edu (Jim Witte) Date: Wed, 14 May 2008 07:57:04 -0400 Subject: [Camino] Cmd-Click to open in new tab doesn't work with URLs in hrefs Message-ID: <16A6FCE3-056E-4E36-B725-381AAE5F35EA@indiana.edu> Go to http://www.ncbi.nlm.nih.gov/sites/gquery?term=oxytocin+voles The links to the individual database references (PubMed, PubMedCentral, etc) won't work. The links are not in normal hrefs In-Reply-To: <16A6FCE3-056E-4E36-B725-381AAE5F35EA@indiana.edu> References: <16A6FCE3-056E-4E36-B725-381AAE5F35EA@indiana.edu> Message-ID: <77c8f9d00805140643i17ca67e8qcc3f364c7c815142@mail.gmail.com> On Wed, May 14, 2008 at 8:57 PM, Jim Witte wrote: > Go to > > http://www.ncbi.nlm.nih.gov/sites/gquery?term=oxytocin+voles > > The links to the individual database references (PubMed, > PubMedCentral, etc) won't work. The links are not in normal links, but in 2007050909 (1.5) > > Has anyone else noticed this, and is is specific to links, or is it ANYTHING other than href tags? Hmm, those are pretty complicated constructions where a whole table row is converted into something that 'looks like' a link, and sorta behave like a link. Cmd clicking doesn't work (and it doesn't work in Safari either), because only the left part (with a number or 'none') is actually a link. Classes and ID's have nothing to do with the issue, other than they are used for presenting the whole row as if it is a link. Javascript is used to catch the actual click. BTW, Camino 1.6 has been released a few weeks ago (hint hint). Philippe -- Philippe Wittenbergh From nuffer at pipeline.com Tue May 20 13:31:38 2008 From: nuffer at pipeline.com (Noemi) Date: Tue, 20 May 2008 16:31:38 -0400 Subject: [Camino] Camino submits extra HTTP requests? In-Reply-To: <77c8f9d00805140643i17ca67e8qcc3f364c7c815142@mail.gmail.com> References: <16A6FCE3-056E-4E36-B725-381AAE5F35EA@indiana.edu> <77c8f9d00805140643i17ca67e8qcc3f364c7c815142@mail.gmail.com> Message-ID: Hello, I've been testing out a web application on my local machine, and discovered that what seemed to be a bug in the app was actually being caused by Camino submitting every HTTP POST request as a POST followed by three GETs, and every GET as four GETs (this is for normal requests, not XmlHTTPRequests or anything). I tested this again in a clean account to confirm. Firefox 2 on the same machine/ account definitely does not do this. Am I hallucinating, or should I file a bug? Using Camino 1.6 on 10.4.11 on a G5. thanks, -Noemi From spectre at floodgap.com Tue May 20 14:12:04 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Tue, 20 May 2008 14:12:04 -0700 (PDT) Subject: [Camino] Camino submits extra HTTP requests? In-Reply-To: from Noemi at "May 20, 8 04:31:38 pm" Message-ID: <200805202112.m4KLC47d012570@floodgap.com> > I've been testing out a web application on my local machine, and > discovered that what seemed to be a bug in the app was actually being > caused by Camino submitting every HTTP POST request as a POST > followed by three GETs, and every GET as four GETs (this is for > normal requests, not XmlHTTPRequests or anything). I tested this > again in a clean account to confirm. Firefox 2 on the same machine/ > account definitely does not do this. Am I hallucinating, or should I > file a bug? > > Using Camino 1.6 on 10.4.11 on a G5. I bet they will want a log. But are you sure it's not just activity from going back and forth through stages in the web app? -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- Everywhere is within walking distance if you have the time. ---------------- From nuffer at pipeline.com Tue May 20 14:27:53 2008 From: nuffer at pipeline.com (Noemi) Date: Tue, 20 May 2008 17:27:53 -0400 Subject: [Camino] Camino submits extra HTTP requests? In-Reply-To: <200805202112.m4KLC47d012570@floodgap.com> References: <200805202112.m4KLC47d012570@floodgap.com> Message-ID: <171EFEC6-4A28-4962-88AF-F4F1B2DBA903@pipeline.com> Never mind, I tracked it down to some empty hrefs in the page for linked stylesheets (although I'll note that other browsers do not treat them that way). In any case, sorry to bother everyone. On May 20, 2008, at 5:12 PM, Cameron Kaiser wrote: >> I've been testing out a web application on my local machine, and >> discovered that what seemed to be a bug in the app was actually being >> caused by Camino submitting every HTTP POST request as a POST >> followed by three GETs, and every GET as four GETs (this is for >> normal requests, not XmlHTTPRequests or anything). I tested this >> again in a clean account to confirm. Firefox 2 on the same machine/ >> account definitely does not do this. Am I hallucinating, or should I >> file a bug? >> >> Using Camino 1.6 on 10.4.11 on a G5. > > I bet they will want a log. But are you sure it's not just activity > from > going back and forth through stages in the web app? > > -- > ------------------------------------ personal: http:// > www.cameronkaiser.com/ -- > Cameron Kaiser * Floodgap Systems * www.floodgap.com * > ckaiser at floodgap.com > -- Everywhere is within walking distance if you have the time. > ---------------- > _______________________________________________ > Camino mailing list > Camino at mozdev.org > https://www.mozdev.org/mailman/listinfo/camino From stuart.morgan at alumni.case.edu Tue May 20 16:12:34 2008 From: stuart.morgan at alumni.case.edu (Stuart Morgan) Date: Tue, 20 May 2008 16:12:34 -0700 Subject: [Camino] Camino submits extra HTTP requests? In-Reply-To: <171EFEC6-4A28-4962-88AF-F4F1B2DBA903@pipeline.com> References: <200805202112.m4KLC47d012570@floodgap.com> <171EFEC6-4A28-4962-88AF-F4F1B2DBA903@pipeline.com> Message-ID: <201fcf140805201612o5b69eeb3n6e8a2143a8cd6fdb@mail.gmail.com> On Tue, May 20, 2008 at 2:27 PM, Noemi wrote: > Never mind, I tracked it down to some empty hrefs in the page for > linked stylesheets (although I'll note that other browsers do not > treat them that way). Page resource loading is entirely a function of Gecko, so offhand I can't think of any reason you wouldn't get identical behavior between Camino 1.6 and Firefox 2 (assuming the versions you were using had the same Gecko version number). If comparable nightly builds of Firefox 3 and Camino 2 show similar differences (with clean profiles), a bug with a reduced test case would definitely be worth filing. -Stuart From ph.wittenbergh at gmail.com Tue May 20 17:13:40 2008 From: ph.wittenbergh at gmail.com (Philippe Wittenbergh) Date: Wed, 21 May 2008 09:13:40 +0900 Subject: [Camino] Camino submits extra HTTP requests? In-Reply-To: <171EFEC6-4A28-4962-88AF-F4F1B2DBA903@pipeline.com> References: <200805202112.m4KLC47d012570@floodgap.com> <171EFEC6-4A28-4962-88AF-F4F1B2DBA903@pipeline.com> Message-ID: <77c8f9d00805201713g4f74c5aey99fccb8d973e69c1@mail.gmail.com> On Wed, May 21, 2008 at 6:27 AM, Noemi wrote: > > Never mind, I tracked it down to some empty hrefs in the page for > linked stylesheets (although I'll note that other browsers do not > treat them that way). In any case, sorry to bother everyone. > There is a bug in Bugzilla about possible issues with empty href in the element. Basically, when loading the document in that case, the browsers attempts to load it again as a stylesheet (href="" points to the current document). That bug was resolved as a dupe of an invalid one. And it would very much surprise me if Firefox would show a different behaviour. Philippe -- Philippe Wittenbergh From mlist at gmx.de Thu May 22 00:59:37 2008 From: mlist at gmx.de (Bernd) Date: Thu, 22 May 2008 09:59:37 +0200 Subject: [Camino] hotkeys Message-ID: Hi, I think to remember that key combos like command left used to work all the time. Now, when I have just loaded a new site I cant use it unless I explicitly click into the browser window. That kind of makes it useless because instead of clicking somewhere in the window I can also click the back button. Same for tab switching and other keys. I have today's nightly (5/21) and I think this (bug) has been around for some weeks now. Otherwise Camino is getting better almost every day. Bernd From ruurd at orakel.ods.org Thu May 22 01:07:58 2008 From: ruurd at orakel.ods.org (Ruurd Koons) Date: Thu, 22 May 2008 10:07:58 +0200 Subject: [Camino] Restoring native Aqua widgets again... Message-ID: <20080522080758.GC18786@orakel.ods.org> Hi all, Yesterday I installed the latest nightly and found some things have changed. In particular, it seems as if forms with combo boxes (drop down things) and buttons now are displayed in some windows-style, instead of like a native Aqua widget. I suspect this has to do with Camino better respecting CSS styles for those widgets or something, but personally I dislike it quite a lot. All reasoning for this put aside, is there some option somewhere to restore the original behaviour of just having the beautiful and clearly recognisable Aqua widgets again? Thanks From stuart.morgan at alumni.case.edu Thu May 22 07:09:26 2008 From: stuart.morgan at alumni.case.edu (Stuart Morgan) Date: Thu, 22 May 2008 07:09:26 -0700 Subject: [Camino] Restoring native Aqua widgets again... In-Reply-To: <20080522080758.GC18786@orakel.ods.org> References: <20080522080758.GC18786@orakel.ods.org> Message-ID: On May 22, 2008, at 1:07 AM, Ruurd Koons wrote: > In particular, it seems as if forms with combo boxes (drop > down things) and buttons now are displayed in some windows-style, > instead of like a native Aqua widget. I suspect this has to do with > Camino better respecting CSS styles for those widgets or something, > but > personally I dislike it quite a lot. That is indeed the reason, although the fallback