[OPEN] [#266] BoxLabel text does not share same line with radio button upon wrap.

  1. #1

    [OPEN] [#266] BoxLabel text does not share same line with radio button upon wrap.

    Previous builds had the radio button on the same line with the boxlabel. Now it's falling to the next line.

    My usage is:
    <ext:ViewPort Layout="Fit"><LayoutConfig Align="stretch"/>
      <ext:FormPanel>
        <ext:RadioGroup ColumnNumber="1">
           <ext:Container ColunnWidth="1.0">
              <ext:Radio BoxLabel="Some Long Text" Note="Some long text">
    Last edited by Baidaly; Jun 05, 2013 at 9:24 PM. Reason: [OPEN] [#266]
  2. #2
    Appears in all browsers I tested.

    Perhaps related to?
    http://forums.ext.net/showthread.php?5492-CLOSED-1-0-RadioGroup-wrap-BoxLabel-text


    However implementation suggested there does not work in this case.
    Last edited by michaeld; Jun 04, 2013 at 11:16 PM.
  3. #3
    Hello!

    Try to add the following CSS:

    <style>
    	.x-form-cb-label-after {
    		display: inline !important;
    	}
    </style>
  4. #4
    I think it's a bug. We reported to Sencha: http://www.sencha.com/forum/showthread.php?265217
  5. #5
    Sencha open a bug in their bug tracker.

    We have created an issue to track this defect: https://github.com/extnet/Ext.NET/issues/266

Similar Threads

  1. Align boxlabel next ti radio in radiogroup
    By bjones in forum 1.x Help
    Replies: 0
    Last Post: Feb 07, 2012, 10:42 AM
  2. mouse over tooltip on radio button boxLabel
    By tjoklee in forum 1.x Help
    Replies: 0
    Last Post: Sep 21, 2010, 6:19 AM
  3. Radiogroup radio boxlabel text not showing
    By Richardt in forum 1.x Help
    Replies: 4
    Last Post: Jan 19, 2010, 9:46 AM
  4. [CLOSED] [1.0] RadioGroup wrap BoxLabel text
    By danielg in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 23, 2009, 12:24 PM
  5. Replies: 1
    Last Post: Jul 02, 2009, 11:19 AM

Posting Permissions