Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with "scale" example #202

Open
rudolfb opened this issue Mar 19, 2014 · 0 comments
Open

Problem with "scale" example #202

rudolfb opened this issue Mar 19, 2014 · 0 comments

Comments

@rudolfb
Copy link

rudolfb commented Mar 19, 2014

Hi,

http://www.amplesdk.com/examples/markup/xul/input/
Google Chrome Version 33.0.1750.154 m
Win8

The "scale" example has a "double" example. Here the appropriate source code:

<script type="application/ample+xml"
        xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <table border="0">
    <tbody>
      <tr>
        <td width="160">standard:</td>
        <td width="160">double:</td>
        <td width="160">disabled:</td>
      </tr>
      <tr>
        <td><xul:scale value="10" style="width:150px"/></td>
        <td><xul:scale value="25,75" style="width:150px"/></td>
        <td><xul:scale value="10" style="width:150px" disabled="true"/></td>
      </tr>
    </tbody>
  </table>
</script>

If one moves both sliders all the way to the right, then there is no way to move the sliders again. They remain on the right of the slider and nothing I tried could move the sliders to the left again.

2014-03-19_16-49-57

Regards

Rudolf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant