Menu

#336 TaurusValueSpinBox does not work

Jan17
active
None
bug
2016-08-31
2016-08-30
No

Hi,
I tested the TaurusValueSpinBox with the latest taurus master git repository and I get the following error:

Traceback (most recent call last):
  File "/home/coutinho/.local/lib/python2.7/site-packages/taurus/qt/qtgui/input/taurusspinbox.py", line 93, in stepEnabled
    if not le._outOfRange(curr_val + ss):
AttributeError: 'TaurusValueLineEdit' object has no attribute '_outOfRange'

I tested with a tango attribute models of type RW scalar long and double with the same error.

With a previous version of taurus (3.4) it works for doubles but for longs I get a disabled up/down buttons in the widget without any error.

This was initialy detected by Jeff Mant.
Blocking on a GUI at ESRF - BM26

Discussion

  • Tiago Coutinho

    Tiago Coutinho - 2016-08-30
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -12,3 +12,4 @@
     With a previous version of taurus (3.4) it works for doubles but for longs I get a disabled up/down buttons in the widget without any error.
    
     This was initialy detected by Jeff Mant.
    +Blocking on a GUI at ESRF - BM26
    
     
  • Carlos Pascual

    Carlos Pascual - 2016-08-31
    • status: waiting --> active
    • assigned_to: Carlos Pascual
     
  • Carlos Pascual

    Carlos Pascual - 2016-08-31

    Confirmed. I am looking into it.

     
  • Carlos Pascual

    Carlos Pascual - 2016-08-31
     
  • Carlos Pascual

    Carlos Pascual - 2016-08-31
    • Milestone: unassigned --> Jan17