Menu

#13 Description field

0.13
open
None
5
2007-11-24
2007-07-29
Aldo
No

The properties dialoge box does not allow you to paste text into it.

Discussion

  • Brian Erickson

    Brian Erickson - 2007-08-01

    Logged In: YES
    user_id=266571
    Originator: NO

    I checked this and I can paste into the comments with ctrl-v, but the past context menu doesn't appear when right clicking. I'll take a look to see why the context menu isn't appearing.

     
  • Brian Erickson

    Brian Erickson - 2007-08-01

    Logged In: YES
    user_id=266571
    Originator: NO

    The rest of the text boxes on the form were System.Windows.Forms.TextBox controls. These controls have the cut and paste context menu by default. The description was using a System.Windows.Forms.RichTextBox control which doesn't have a context menu by default. Since the description just displays raw text, it doesn't need the capabilities of the RichTextBox and I changed it to TextBox. The fix will be in the next release.

     
  • Brian Erickson

    Brian Erickson - 2007-08-01
    • milestone: --> 669194
    • assigned_to: nobody --> brianerickson
     
  • Brian Erickson

    Brian Erickson - 2007-11-24
    • milestone: 669194 --> 0.13
     

Log in to post a comment.