Re: possible bug in webView big and small load sizes...
Re: possible bug in webView big and small load sizes...
- Subject: Re: possible bug in webView big and small load sizes...
- From: jon <email@hidden>
- Date: Fri, 02 Oct 2009 06:55:09 -0600
that sounds plausible, there are more than one attributes... I
don't know the name of the element, just that part of the name is
"nol" and that i don't want the one called "cmpb nol"...
which makes it difficult, but you gave me something i can experiment
with to see if i can see that behavior happen, thanks.
Jon.
On Oct 2, 2009, at 12:17 AM, Stephen J. Butler wrote:
Does your table element have multiple attributes? The DOM Level 2
specification states that for NamedNodeMap there is no specified order
to the attributes. It could just be coincidence that the larger window
puts attributes in one order, and the smaller in another. If you know
the name of your attribute, why not just call:
attr = [attributes getNamedItem:@"someName"];
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden