[6beta2]: WebElement ignores color:

2 messages Options
Embed this post
Permalink
Herbert König

[6beta2]: WebElement ignores color:

Reply Threaded More More options
Print post
Permalink
Hi,

in Aida 6.0beta2 WebElement>>addText:color: ignores the color which
works in 5.6

Firebug shows that the style attribute is written but without
contents.

e addText: 'My green Text.' color: #green.

results in

<span style="">My green Text.</span>

Should be quite basic but I didn't find out where it happens.

Cheers,

Herbert                          mailto:[hidden email]

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida
Herbert König

Re: [6beta2]: WebElement ignores color:

Reply Threaded More More options
Print post
Permalink
Hi,


HK> Firebug shows that the style attribute is written but without
HK> contents.
HK> e addText: 'My green Text.' color: #green.
HK> results in
HK> <span style="">My green Text.</span>

some data points:
-inspecting the WebText shows attributes at style set correctly.
-WebElement>>printAttribuesOn:for: puts style="{color: green}" into the
stream but everything between the "" gets lost later on.

Cheers,

Herbert                            mailto:[hidden email]

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida