Konstantin Kolinko wrote: > 2009/10/4 <[email protected]>: >> Author: markt >> Date: Sat Oct 3 20:58:06 2009 >> New Revision: 821411 >> >> URL: http://svn.apache.org/viewvc?rev=821411&view=rev >> Log: >> Votes >> >> Modified: >> tomcat/tc6.0.x/trunk/STATUS.txt >> >> * Fix display of sessionList and sessionDetail pages in Internet Explorer >> http://svn.apache.org/viewvc?rev=820110&view=rev >> - +1: kkolinko, rjung >> + +1: kkolinko, rjung, markt >> -1: >> >> * Do not reuse sessionsList window to show sessionsDetail >> - http://svn.apache.org/viewvc?rev=820132&view=rev >> + http://svn.apache.org/viewvc?rev=820110&view=rev >> +1: kkolinko, rjung >> -1: >> + markt: Wrong svn revision > > Mark, you are wrong. The ?rev=820110 fixes another issue and is > already proposed few lines above (see your previous vote in this same > e-mail).
My bad. Looks like I managed to mangle your original url. I'll fix it. Mark > > Regarding the change that I am proposing: > http://svn.apache.org/viewvc?rev=820132&view=rev > > The story is the following: > When using target="_new", as the old code does, the link opens in a > new named window (or tab in Firefox), named "_new". > > Subsequent clicks on the link that use target="_new" will reuse that > named window to show their page. > > I propose to replace that explicit name with a "_blank". > "_blank" is a reserved name [1] and opens a new unnamed window (or tab in FF) > > [1] http://www.w3.org/TR/html401/types.html#type-frame-target > see 6.16 Frame target names > > Best regards, > Konstantin Kolinko > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
