Bwidget Source Code
Ticket Change Details
Not logged in
Overview

Artifact ID: 358567d5ced9d07b513d845f9d91dbff0927e167b9c2c471f80915e0c4b3acbf
Ticket: 774319a602516ba8cb8256df5858ef74051004d1
ComboBox selection method not routed
User & Date: oehhar 2019-03-05 18:51:09
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/x-fossil-wiki"
  4. comment changed to:
    Setting the selection of an editable combobox ends in an error:
    
    <verbatim>
    % pack [ComboBox .c -editable 1 -values "A B C"]
    % .c selection range 0 end
    invalid command name "::ComboBox::selection"
    </verbatim>
    
    If one knows the path of the embedded entry widget, one may use:
    
    <verbatim>
    % .c.e selection range 0 end
    </verbatim>
    
  5. foundin changed to: "1.9.10"
  6. is_private changed to: "0"
  7. login: "oehhar"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "0f366eb3e9e2fcab52b8ebacd197db9047186a5f"
  10. resolution changed to: "None"
  11. severity changed to: "Minor"
  12. status changed to: "Open"
  13. submitter changed to: "oehhar"
  14. subsystem changed to: "bwidget 1.x"
  15. title changed to: "ComboBox selection method not routed"
  16. type changed to: "Bug"