Bwidget Source Code
Ticket Change Details
Not logged in
Overview

Artifact ID: 6df3f02dfbc6e287b4d0cee1c830ed002e9f4522012f549936d18e6b46916e0d
Ticket: 071fc80f144134b8ce93b3185a432cc4a5574b00
SpinBox fails if tile is active
User & Date: anonymous 2019-11-06 10:49:50
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    SpinBox fails when Tile is active.
    
    % package require BWidget
    1.9.13
    % Widget::theme 1
    1
    % SpinBox .sb
    can't read "classopt(-disabledforeground)": no such element in array
    
    Workaround patch which avoids the runtime error:
    
    diff -b spinbox.tcl spinbox.tcl_orig 
    42d41
    <     if {! $::Widget::_theme} {
    51c50
    <     }
    ---
    > 
    69,71d67
    <     if {$::Widget::_theme} {
    <         set entry [eval [list Entry::create $path.e] $maps(.e)]
    <     } else {
    73d68
    <     }
    
  5. foundin changed to: "1.9.13"
  6. is_private changed to: "0"
  7. login: "anonymous"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "9b076687903aba8f5254d84cbc9577f25d0fbe8c"
  10. resolution changed to: "None"
  11. severity changed to: "Important"
  12. status changed to: "Open"
  13. submitter changed to: "anonymous"
  14. subsystem changed to: "bwidget 1.x"
  15. title changed to: "SpinBox fails if tile is active"
  16. type changed to: "Bug"