Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 0.6.2
-
Fix Version/s: 0.7.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When text() is called on a jQuery object the text from all the selected elements is returned concatenated together. For example, with this HTML:
<div class="foo">a</div>
<div class="bar">b</div>
<div class="foo">c</div>
This JavaScript `$('.foo').text()` would return 'ab'. However, this does not work as such with Geb.
Activity
Luke Daley
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 0.7.0 [ 17291 ] |
Marcin Erdmann
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Luke Daley [ ldaley ] | Marcin Erdmann [ erdi ] |
| Resolution | Not A Bug [ 6 ] |