GwtMaterialDesign / gwt-material

A Google Material Design wrapper for GWT
https://gwtmaterialdesign.github.io/gmd-core-demo/
Apache License 2.0
411 stars 124 forks source link

MaterialDropDown: dropdown content position #907

Open GuidoReith opened 5 years ago

GuidoReith commented 5 years ago

When having one MaterialDropDown, the content shows on the desired position: grafik

Having a few MaterialDropDown the content opens somewhere above (and it doesn't matter setting setBelowOrigin true or false): grafik

kevzlou7979 commented 5 years ago

Can't reproduce this on gmd 2.2-snapshot, can you please send a sample code to reproduce this.

GuidoReith commented 5 years ago

I’ve tested with version 2.1.1 Where can a get the 2.2-snapshot? Ivy resolve with dependency org="com.github.gwtmaterialdesign" name="gwt-material" rev="2.2-SNAPSHOT" does not work


Guido von der Reith Dipl.-Inf. Teamleiter Software-Entwicklung

gfp Gesellschaft für Private Finanzplanung mbH Toblacher Straße 1a-b 94036 Passau E-Mail: guido.vonderreith@gfpgmbh.de Telefon: +49 (0) 8 51 - 75 30 41 Telefax: +49 (0) 8 51 - 75 30 51 Von: Mark Kevin Baldemor [mailto:notifications@github.com] Gesendet: Dienstag, 7. Mai 2019 08:47 An: GwtMaterialDesign/gwt-material Cc: Guido von der Reith; Author Betreff: Re: [GwtMaterialDesign/gwt-material] MaterialDropDown: dropdown content position (#907)

Can't reproduce this on gmd 2.2-snapshot, can you please send a sample code to reproduce this.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/GwtMaterialDesign/gwt-material/issues/907#issuecomment-489930781, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AJ7TSTXM7NEGKRJDTH2WGNTPUEQXPANCNFSM4HINOGZQ.

Geschäftsführer: Gustav Steiner Prof. Dr. Jürgen Steiner Handelsregister: B 5616 Registergericht: Amtsgericht Passau

Hinweis: Diese Nachricht oder deren Anlagen können vertraulichen Inhalts, oder auf eine andere Weise schutzwürdig sein. Sollten Sie nicht der beabsichtigte Empfänger der Nachricht sein, sind Sie nicht berechtigt, den Inhalt der Nachricht zur Kenntnis zu nehmen, weiterzuleiten, zu kopieren oder den Inhalt auf eine andere Art zu verbreiten. Wenn Sie diese Nachricht versehentlich erhalten haben, benachrichtigen Sie bitte den Absender und löschen Sie die Nachricht mitsamt den Anlagen. Wir haben die E-Mail beim Ausgang auf Viren überprüft, raten jedoch wegen der Gefahr auf den Übertragungswegen zu einer Eingangskontrolle. Eine Haftung für Virenbefall wird ausgeschlossen.

kevzlou7979 commented 5 years ago

Im not sure how ivy pulled snapshots

GuidoReith commented 5 years ago

The repository is http://repo1.maven.org/maven2/com/github/gwtmaterialdesign/... But there are no snapshots

kevzlou7979 commented 5 years ago

Here is the correct one https://oss.sonatype.org/content/repositories/snapshots/com/github/gwtmaterialdesign/ for snapshots

GuidoReith commented 5 years ago

I can reproduce this on gmd 2.2-snapshot. Sorry, no sample code at the moment, but i recognized the following: with no vertical scrollbar on the page or with a vertical scrollbar and scrolled to the top everything worked ok. But when the vertical scrollbar is not at the top the position of the opening content is not calculated correct.