Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Bug in oj-gauges: Read only values can be manipulated by user

neounixOct 21 2018 — edited Oct 21 2018

Please refer to attached embedded video screen capture.

Using oj-gauges, have set the input values with read-only double brackets like this:

[[value]]

for example:

<div class="neo-gauge oj-flex-item">

<oj-status-meter-gauge id="apache2" label="[[cpu]]" metric-label="[[customMetricLabel]]" color="green" min="0" max="100" value="[[apache2]]" orientation="circular" class="circular-status-meter-common circular-status-meter-large">

</oj-status-meter-gauge>

But for some buggy or strange reason, I can move the gauges, per the video, with my mouse, which is unwanted behavior on the desktop.

However, on mobile, it makes scrolling navigation problematic.

What Oracle JET property am I missing to insure the user cannot move the dials around?

Thanks!

https://www.youtube.com/watch?v=yWgiEoEzaHQ

Screen Shot 2018-10-22 at 8.10.04 AM.png

This post has been answered by neounix on Oct 21 2018
Jump to Answer
Comments
Post Details
Added on Oct 21 2018
1 comment
176 views