varamfer / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

Minor bugs on greent UI #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Include Webview widget on ui and click a link on the included page
2.Include SetPoint widget with minValue = 0, and send value to openhab
3.Include 2 items, that updates mutually
    - Switch that updates state of SetPoint item to max/min value
    - SetPoint that updates state of Swicht to ON/OFF value

What is the expected output? What do you see instead?

Bug #1
   Expected: link works 
   Actually: link won't work because a div with z-index=999 shows over included page
      (Possible Fix in: app.js line 1475)
Bug #2
   Expected: greent sends 0 to openhab   
   Actually: sends '' 
      (Possible Fix in: app.js line 1418,  1430)
Bug #3
   Expected: items updates mutually and UI widgets updates mutually.  
   Actually: items updates mutually and UI widgets wont update mutually 
      (Possible bug on my rules ;( !! )

What version of the product are you using? On what operating system?
   - Openhab 1.1.0 from head updated to rev "cc218e540f00", greent 1.0.0 RC3
   - Utuntu 10.04 LTS on arm machine

Please provide any additional information below.

Excuse my poor english !!

Original issue reported on code.google.com by jdkst...@gmail.com on 2 Dec 2012 at 2:39

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 2 Dec 2012 at 5:09

GoogleCodeExporter commented 8 years ago
Bug 1 is actually an unfinished feature. The Webview widget is not yet fully 
implemented on GreenT UI as there are many problems with iframes and mobile 
browsers. Workarounds are needed.

Bug 2. I will look at it.

Bug 3. Please, check your rules. This should be working.

Please, update to GreenT 1.0.0 (RC3 is old release)

Original comment by mishoboss on 4 Dec 2012 at 8:09

GoogleCodeExporter commented 8 years ago
I thought that was the latest version (trunk head) linked here: 
http://code.google.com/p/openhab/source/browse/distribution/openhabhome/webapps/
greent/app/app.js

But I think you mean that I should install this: 
http://code.google.com/p/openhab/wiki/TouchUI

Thanks for your help.

Original comment by jdkst...@gmail.com on 4 Dec 2012 at 8:52

GoogleCodeExporter commented 8 years ago
@Mihail: It would actually be good if we had the latest version always at 
http://code.google.com/p/openhab/source/browse/distribution/openhabhome/webapps/
greent/app/app.js.
You could maintain it in a clone and send pull requests whenever there are 
relevant changes - so the main repo always reflects your work.

Original comment by kai.openhab on 4 Dec 2012 at 9:02

GoogleCodeExporter commented 8 years ago

Original comment by teichsta on 5 Nov 2013 at 10:47

GoogleCodeExporter commented 8 years ago
This issue has been migrated to Github. If this issue id is greater than103 its 
id has been preserved on Github. You can open your issue by calling the URL 
https://github.com/openhab/openhab/issues/<issueid>. Issues with ids less or 
equal 103 new ids were created.

Original comment by teichsta on 17 Nov 2013 at 8:08

GoogleCodeExporter commented 8 years ago
see above!

Issue has been migrated to Github and should be discussed there.

Original comment by teichsta on 21 Nov 2013 at 1:51