Skuzzzy / rikaikun

Automatically exported from code.google.com/p/rikaikun
0 stars 0 forks source link

Various first comment no select issues with text in form elements. #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
An example is at: http://blog.livedoor.jp/kyu3_2/archives/51366451.html

The comment box at the bottom has labels in the form and then text.  I'm not 
sure why this is a problem since it should fit into the previous exceptions 
I've included.

The radio button text is another problem since the text comes after an empty 
<input> type tag which I guess behaves strangely.

Original issue reported on code.google.com by melin...@gmail.com on 7 Jan 2010 at 2:03

GoogleCodeExporter commented 9 years ago
The first problem is fixed in the r13 but the text for the radio buttons 
doesn't work.

This is because I assume that these inline beasts will only have text and so 
call first 
child.  I should probably write a function to get the first text child.  I'm 
sure my 
div code will break if I introduce tags in the same way.

Original comment by melin...@gmail.com on 7 Jan 2010 at 5:20

GoogleCodeExporter commented 9 years ago

Original comment by melin...@gmail.com on 7 Jan 2010 at 9:41

GoogleCodeExporter commented 9 years ago
Fixed in r16.

Original comment by melin...@gmail.com on 7 Jan 2010 at 1:12