• K
    using invisible <TR> to improve the UI a bit. · 2e9dd797
    kohsuke 提交于
    (11:09:06 AM) dty: kohsuke, ping
    (11:09:14 AM) kohsuke: hi
    (11:09:40 AM) dty: qq about http://fisheye.hudson-ci.org/changelog/Hudson/trunk/hudson/main/core/src/main/resources/lib/form/descriptorRadioList.jelly?cs=34003 that you made a while ago
    (11:10:05 AM) dty: The extra f:entry adds an empty row underneath each radio button in descriptor lists
    (11:10:14 AM) dty: Can we just have a bare input element without the f:entry?
    (11:10:48 AM) kohsuke: dty: no, because that would put <INPUT> among <TR>s
    (11:11:05 AM) kohsuke: some browsers push such <INPUT> outside of the table, breaking the hierarchy
    (11:11:21 AM) dty: Bleah. The extra space looks unsightly.
    (11:11:32 AM) kohsuke: I think we can display:none
    (11:13:07 AM) dty: I'm not familiar with that. Is it part of Hudson's taglib, or something else?
    (11:13:30 AM) dty: Ah, css
    (11:14:33 AM) dty: Would you put that on the entry tag globally, or just on the input element you added?
    (11:23:54 AM) kohsuke: dty: probably just on this <f:entry>
    (11:24:18 AM) kohsuke: or maybe it could be a distinct tag of its own
    
    git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@35529 71c3de6d-444a-0410-be80-ed276b4c234a
    2e9dd797
configure-entries.jelly 3.8 KB