commit | b3db3a8b2d35e11aeeb5a0d8be2ec64161c60aed | [log] [tgz] |
---|---|---|
author | Ivan Furnadjiev <ivan@eclipsesource.com> | Thu Apr 21 13:27:22 2016 +0300 |
committer | Ivan Furnadjiev <ivan@eclipsesource.com> | Thu Apr 21 16:39:55 2016 +0300 |
tree | b874ff01332b7a2dd65f0bc82813dc782fead2c3 | |
parent | 6f0cdd916f1cd8401cbf192d13d773d6cdc3cbd5 [diff] |
Don't scroll into view focused controls bigger than the viewport When website-like scrolling is enabled, focusing by mouse of controls with bigger dimensions than the viewport (like main shell or navigation table) leads to unwanted scrolling as Widget.js#scrollIntoView is called. Scroll into view only controls that fit into the viewport. Change-Id: Ic1a7759b19d5908be5b1e300b84417e9e6c78b87
Thanks for your interest in this project. The [Eclipse RAP Runtime] 1 provides a powerful widget toolkit and integrates well with proven technologies such as OSGi and Java EE. You can write your application entirely in Java, re-use code and benefit from first-class IDE tools.
directory | content |
---|---|
bundles/ | all bundle projects |
tests/ | unit test projects |
features/ | feature projects |
releng/ | projects for release engineering |
examples/ | for bundles containing exemplary applications and demo code |
Additional information regarding source code management, builds, coding standards, and more can be found on the [Getting involved with RAP development] 2 pages. For more information, refer to the [RAP wiki pages] 3.
The RAP project uses Tycho with Maven to build its bundles, features, examples, and p2 repositories, and it's easy to run the build locally! All you need is Maven installed on your computer, and then you need to run the following command from the root of the Git repository:
mvn clean verify
As a result, you'll get a p2 repository with all the RAP Runtime bundles and features in
releng/org.eclipse.rap.build/repository/target/repository/
Official builds are available from the [RAP Download page] 4.
Before your contribution can be accepted by the project, you need to create and electronically sign the [Eclipse Foundation Contributor License Agreement (CLA)] 5 and sign off on the Eclipse Foundation Certificate of Origin.
For more information, please visit [Contributing via Git] 6.
[Eclipse Public License (EPL) v1.0] 7
Contact the project developers via the [RAP Forum] 8 or the project's [“dev” mailing list] 9.
This project uses Bugzilla to track [ongoing development and issues] 10.
Be sure to [search for existing bugs] 10 before you [create a new RAP bug report] 11. Remember that contributions are always welcome!