|
List Info
Thread: Operator 0.9.1
|
|
| Operator 0.9.1 |

|
2008-03-20 10:05:17 |
Hey,
So I updated to 0.9.1 this morning and found that hCards
with nested
divs are no longer picked up by Operator.
The hCard below doesn't get picked up by Operator:
<div class="vcard">
<div class="fn>Andrew Jaswa</div>
</div>
While this will:
<div class="vcard">
<span class="fn>Andrew Jaswa</span>
</div>
Am I going crazy or did something change?
Andrew Jaswa
_______________________________________________
microformats-discuss mailing list
microformats-discuss microformats.org
http://microformats.org/mailman/listinfo/microforma
ts-discuss
|
|
| Re: Operator 0.9.1 |

|
2008-03-20 12:13:57 |
On Thu, Mar 20, 2008 at 3:05 PM, Andrew Jaswa <ajaswa gmail.com> wrote:
> The hCard below doesn't get picked up by Operator:
> <div class="vcard">
> <div class="fn>Andrew Jaswa</div>
> </div>
>
> While this will:
> <div class="vcard">
> <span class="fn>Andrew
Jaswa</span>
> </div>
>
> Am I going crazy or did something change?
After reading this I tested in 0.9.0 and both types were
detected, and
then updated to 0.9.1 and found... both were still
detected!
Have you tried the above in a 'plain' HTML page to eliminate
anything
else as a source of the problem?
-Ciaran McNulty
_______________________________________________
microformats-discuss mailing list
microformats-discuss microformats.org
http://microformats.org/mailman/listinfo/microforma
ts-discuss
|
|
| Re: Operator 0.9.1 |

|
2008-03-20 12:22:22 |
On Thu, Mar 20, 2008 at 1:13 PM, Ciaran McNulty <mail ciaranmcnulty.com> wrote:
>
> Have you tried the above in a 'plain' HTML page to
eliminate anything
> else as a source of the problem?
Yea that was one of the first things I tired. Must of been
something
screwy with my computer or Firefox. I can't get it to happen
anymore.
Andrew
_______________________________________________
microformats-discuss mailing list
microformats-discuss microformats.org
http://microformats.org/mailman/listinfo/microforma
ts-discuss
|
|
| Re: Operator 0.9.1 |

|
2008-03-20 12:16:22 |
On Thu, Mar 20, 2008 at 11:05 AM, Andrew Jaswa
<ajaswa gmail.com> wrote:
> Hey,
>
> So I updated to 0.9.1 this morning and found that
hCards with nested
> divs are no longer picked up by Operator.
I was going to get some URLs together but now I can't
reproduce it. So
I guess I am going crazy...
_______________________________________________
microformats-discuss mailing list
microformats-discuss microformats.org
http://microformats.org/mailman/listinfo/microforma
ts-discuss
|
|
| Re: Operator 0.9.1 |

|
2008-03-20 15:13:30 |
do you really have
class="fn
or
class="fn"
?
with "fn", both worked for me (ff2, op0.9.1)
On 3/20/08, Andrew Jaswa <ajaswa gmail.com> wrote:
> Hey,
>
> So I updated to 0.9.1 this morning and found that
hCards with nested
> divs are no longer picked up by Operator.
>
>
> The hCard below doesn't get picked up by Operator:
> <div class="vcard">
> <div class="fn>Andrew Jaswa</div>
> </div>
>
> While this will:
> <div class="vcard">
> <span class="fn>Andrew
Jaswa</span>
> </div>
>
> Am I going crazy or did something change?
>
>
> Andrew Jaswa
> _______________________________________________
> microformats-discuss mailing list
> microformats-discuss microformats.org
> http://microformats.org/mailman/listinfo/microforma
ts-discuss
>
_______________________________________________
microformats-discuss mailing list
microformats-discuss microformats.org
http://microformats.org/mailman/listinfo/microforma
ts-discuss
|
|
| Re: Operator 0.9.1 |

|
2008-03-20 15:45:54 |
On Thu, Mar 20, 2008 at 4:13 PM, Eddie Welker
<ed.ncbi gmail.com> wrote:
> do you really have
>
> class="fn
>
> or
>
> class="fn"
>
> ?
>
> with "fn", both worked for me (ff2,
op0.9.1)
I had it as class="fn". I mis-typed it in my
example, sorry.
I did finally reproduce it. It was something with not having
CSS on a
class called vcard. I've been digging around in it this
afternoon to
try and find out what the cause was. But I haven't had much
luck and
I'm working on a deadline.
So far what I've found out is that Operator won't see the
hCard when
there is a nested div inside the vcard class while there is
some CSS
going on. I'm not 100% sure what that CSS is quite yet. If
there is a
nested span inside the vcard class with the same CSS,
Operator does
see the hCard.
Once I find out some more I'll share.
Andrew
_______________________________________________
microformats-discuss mailing list
microformats-discuss microformats.org
http://microformats.org/mailman/listinfo/microforma
ts-discuss
|
|
| Re: Operator 0.9.1 |

|
2008-03-21 08:29:47 |
> Once I find out some more I'll share.
Alright so here is what I found out: Op. 0.9.1 does not find
the hCard
when the nested divs are floated.
I've also noticed that when the "Show hidden
Microformats" is checked
Op will find the hCard.
My sample file is found at: http://go
tkicked.net/research/uf/opbug.html
Can someone else please confirm this?
Andrew
_______________________________________________
microformats-discuss mailing list
microformats-discuss microformats.org
http://microformats.org/mailman/listinfo/microforma
ts-discuss
|
|
| Re: Operator 0.9.1 |

|
2008-03-21 08:51:41 |
> Can someone else please confirm this?
Does the same thing for me. Won't pick up the whole hCard
(just the
adr) with styles, but without styles (even just turning them
off with
the webdev toolbar), the hCard appears. Show hidden formats
works for
me with or without styles (which are just float:left on divs
inside
the card.)
ff 2.0.0.12
op 0.9.1
--
Zach Young
_______________________________________________
microformats-discuss mailing list
microformats-discuss microformats.org
http://microformats.org/mailman/listinfo/microforma
ts-discuss
|
|
| Re: Operator 0.9.1 |
  United Kingdom |
2008-03-21 10:01:24 |
I can confirm this - Operator finds the address regardless,
but only
finds the name 'Andrew Jaswa' if 'show hidden microformats'
is ticked.
Jim
On 21 Mar 2008, at 13:29, Andrew Jaswa wrote:
>> Once I find out some more I'll share.
>
>
> Alright so here is what I found out: Op. 0.9.1 does not
find the hCard
> when the nested divs are floated.
> I've also noticed that when the "Show hidden
Microformats" is checked
> Op will find the hCard.
>
>
> My sample file is found at: http://gotkicked.ne
t/research/uf/
> opbug.html
>
> Can someone else please confirm this?
>
>
> Andrew
Jim O'Donnell
jim eatyourgreens.org.uk
http://eatyourgreens.org.
uk
http://flickr.
com/photos/eatyourgreens
_______________________________________________
microformats-discuss mailing list
microformats-discuss microformats.org
http://microformats.org/mailman/listinfo/microforma
ts-discuss
|
|
| Re: Operator 0.9.1 |
  United Kingdom |
2008-04-09 06:07:52 |
Another issue with operator; it's very slow with JavaScript
combined
with onmouseover and DOM manipulation - such as tooltips.
This is with
a default installation.
Anyone else having the problem? Does the author happen to
frequent
this mailing list?
On 21 Mar 2008, at 15:01, Jim O'Donnell wrote:
> I can confirm this - Operator finds the address
regardless, but only
> finds the name 'Andrew Jaswa' if 'show hidden
microformats' is ticked.
>
> Jim
>
> On 21 Mar 2008, at 13:29, Andrew Jaswa wrote:
>
>>> Once I find out some more I'll share.
>>
>>
>> Alright so here is what I found out: Op. 0.9.1 does
not find the
>> hCard
>> when the nested divs are floated.
>> I've also noticed that when the "Show hidden
Microformats" is checked
>> Op will find the hCard.
>>
>>
>> My sample file is found at: http://go
tkicked.net/research/uf/opbug.html
>>
>> Can someone else please confirm this?
>>
>>
>> Andrew
>
> Jim O'Donnell
> jim eatyourgreens.org.uk
> http://eatyourgreens.org.
uk
> http://flickr.
com/photos/eatyourgreens
>
>
>
> _______________________________________________
> microformats-discuss mailing list
> microformats-discuss microformats.org
> http://microformats.org/mailman/listinfo/microforma
ts-discuss
_______________________________________________
microformats-discuss mailing list
microformats-discuss microformats.org
http://microformats.org/mailman/listinfo/microforma
ts-discuss
|
|
[1-10]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|