I cannot get the search box on top to display my text cursor
help??
> http://www.rapidsubs.com/index.php
>
> I cannot get the search box on top to display my text cursor
>
> help??
There is something weird going on with the combination of the :focus and
:after pseudo classes. Why exactly it is happening is something I can't
answer. What I can say is that it's possible it works in firefox because
in there input:after doesn't seem to be supported.
Small testcase: http://opera.remcol.ath.cx/tc/input.html
Overriding the :focus or :after css rule will make it work, so some
usercss could do the trick. I don't have the original code handy anymore,
but this should be enough info for someone knowing css to create a
temporary fix.
I didn't file a bug for this yet, but if nobody else has done so tomorrow
I'll go ahead and file it. It will end up in the Unofficial Opera bug
tracker which is linked in my signature.
--
Remco Lanting
[Unofficial Opera bug tracker links]
http://opera.remcol.ath.cx/bugs |
http://my.opera.com/community/forums/topic.dml?id=217364 |
remco.lanting...@gmail.com
> There is something weird going on with the combination of the :focus and
> :after pseudo classes. Why exactly it is happening is something I can't
> answer. What I can say is that it's possible it works in firefox because
> in there input:after doesn't seem to be supported.
>
> Small testcase: http://opera.remcol.ath.cx/tc/input.html
>
> Overriding the :focus or :after css rule will make it work, so some
> usercss could do the trick. I don't have the original code handy anymore,
> but this should be enough info for someone knowing css to create a
> temporary fix.
>
> I didn't file a bug for this yet, but if nobody else has done so tomorrow
> I'll go ahead and file it. It will end up in the Unofficial Opera bug
> tracker which is linked in my signature.
Possibly related:
<http://luden.se/www/opera/bugs/#bug-147608>
<http://luden.se/www/opera/bugs/#bug-165160>
/Nisse
> On Mon, 28 Dec 2009 17:48:25 +0100, Bernie Bildman <bbil...@hiwaay.net>
> wrote:
>
>> http://www.rapidsubs.com/index.php
>>
>> I cannot get the search box on top to display my text cursor
>>
>> help??
>
> There is something weird going on with the combination of the :focus and
> :after pseudo classes. Why exactly it is happening is something I can't
> answer. What I can say is that it's possible it works in firefox because
> in there input:after doesn't seem to be supported.
>
> Small testcase: http://opera.remcol.ath.cx/tc/input.html
>
> Overriding the :focus or :after css rule will make it work, so some
> usercss could do the trick. I don't have the original code handy
> anymore, but this should be enough info for someone knowing css to
> create a temporary fix.
>
> I didn't file a bug for this yet, but if nobody else has done so
> tomorrow I'll go ahead and file it. It will end up in the Unofficial
> Opera bug tracker which is linked in my signature.
>
It works in IE