Side navigation
#13818 closed bug (fixed)
Opened April 24, 2013 10:49AM UTC
Closed April 24, 2013 06:35PM UTC
Creation of `col` elements inconsistancy
| Reported by: | nikolay.r.rusev@gmail.com | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 2.0.1 | 
| Component: | manipulation | Version: | 2.0.0 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
jQuery 2.0 introduce breaking change in how creation of col elements is handled.
- $("<col />") - returns a colelement
- $("<col /><col />") - returns a colgroupthat contains n+1colelements
The following jsbin demonstrates the above/see the browser console/ - http://jsbin.com/uturay/3/edit
Here is how it looks with jQuery 1.9.1 - http://jsbin.com/ehefeg/1/edit
For me expected behavior should be as in 1.9.1 version or at least in both cases(for 1 col and 1+ col) to have consistent behavior.
Thank you!
Attachments (0)
Change History (2)
Changed April 24, 2013 02:09PM UTC by comment:1
| component: | unfiled → manipulation | 
|---|---|
| milestone: | None → 2.0.1 | 
| priority: | undecided → high | 
| status: | new → open | 
Looks like we need a new
wrapMapentry for<col>.