[bisq-network/bisq] Add dropdown autocomplete on Market, Buy, Sell tabs (#3139)

Christoph Sturm notifications at github.com
Tue Aug 27 11:46:46 UTC 2019


another stacktrace:

```java.util.NoSuchElementException
	at java.base/java.util.AbstractList$Itr.next(AbstractList.java:377)
	at java.base/java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)
	at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127)
	at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
	at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.findAny(ReferencePipeline.java:548)
	at bisq.desktop.main.market.offerbook.OfferBookChartView$CurrencyListItemStringConverter.fromString(OfferBookChartView.java:307)
	at bisq.desktop.main.market.offerbook.OfferBookChartView$CurrencyListItemStringConverter.fromString(OfferBookChartView.java:290)
	at javafx.scene.control.ComboBox.commitValue(ComboBox.java:460)
	at javafx.scene.control.ComboBox.lambda$new$3(ComboBox.java:292)
	at com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(ExpressionHelper.java:348)
	at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)
	at javafx.beans.property.ReadOnlyBooleanPropertyBase.fireValueChangedEvent(ReadOnlyBooleanPropertyBase.java:72)
	at javafx.scene.Node$FocusedProperty.notifyListeners(Node.java:8148)
	at javafx.scene.Node.setFocused(Node.java:8201)
	at javafx.scene.Scene$KeyHandler.setWindowFocused(Scene.java:4026)
	at javafx.scene.Scene$KeyHandler.lambda$new$0(Scene.java:4048)
	at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(ExpressionHelper.java:136)
	at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)
	at javafx.beans.property.ReadOnlyBooleanPropertyBase.fireValueChangedEvent(ReadOnlyBooleanPropertyBase.java:72)
	at javafx.beans.property.ReadOnlyBooleanWrapper.fireValueChangedEvent(ReadOnlyBooleanWrapper.java:103)
	at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:111)
	at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:145)
	at javafx.stage.Window.setFocused(Window.java:674)
	at javafx.stage.Window$1.setFocused(Window.java:149)
	at com.sun.javafx.stage.WindowHelper.setFocused(WindowHelper.java:112)
	at com.sun.javafx.stage.WindowPeerListener.changedFocused(WindowPeerListener.java:64)
	at com.sun.javafx.tk.quantum.GlassWindowEventHandler.run(GlassWindowEventHandler.java:126)
	at com.sun.javafx.tk.quantum.GlassWindowEventHandler.run(GlassWindowEventHandler.java:40)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.tk.quantum.GlassWindowEventHandler.lambda$handleWindowEvent$4(GlassWindowEventHandler.java:176)
	at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:390)
	at com.sun.javafx.tk.quantum.GlassWindowEventHandler.handleWindowEvent(GlassWindowEventHandler.java:174)
	at com.sun.glass.ui.Window.handleWindowEvent(Window.java:1346)
	at com.sun.glass.ui.Window.notifyFocus(Window.java:1325)
	at com.sun.glass.ui.mac.MacWindow._setVisible(Native Method)
	at com.sun.glass.ui.Window.setVisible(Window.java:689)
	at com.sun.javafx.tk.quantum.WindowStage.lambda$setVisible$2(WindowStage.java:530)
	at com.sun.javafx.tk.quantum.QuantumToolkit.runWithRenderLock(QuantumToolkit.java:408)
	at com.sun.javafx.tk.quantum.WindowStage.setVisible(WindowStage.java:526)
	at javafx.stage.Window$12.invalidated(Window.java:1121)
	at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:110)
	at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:145)
	at javafx.stage.Window.setShowing(Window.java:1174)
	at javafx.stage.Window.show(Window.java:1189)
	at javafx.stage.Stage.show(Stage.java:273)
	at bisq.desktop.main.overlays.Overlay.display(Overlay.java:540)
	at bisq.desktop.main.overlays.popups.Popup.onReadyForDisplay(Popup.java:32)
	at bisq.desktop.main.overlays.popups.PopupManager.displayNext(PopupManager.java:54)
	at bisq.desktop.main.overlays.popups.PopupManager.queueForDisplay(PopupManager.java:37)
	at bisq.desktop.main.overlays.popups.Popup.onShow(Popup.java:37)
	at bisq.desktop.main.overlays.Overlay.show(Overlay.java:206)
	at bisq.desktop.main.overlays.Overlay.show(Overlay.java:211)
	at bisq.desktop.app.BisqApp.stop(BisqApp.java:157)
	at bisq.desktop.app.BisqApp.shutDownByUser(BisqApp.java:339)
	at bisq.desktop.app.BisqApp.lambda$setupStage$5(BisqApp.java:244)
	at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
	at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
	at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
	at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
	at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
	at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
	at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
	at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
	at javafx.event.Event.fireEvent(Event.java:198)
	at com.sun.javafx.stage.WindowPeerListener.closing(WindowPeerListener.java:93)
	at com.sun.javafx.tk.quantum.GlassWindowEventHandler.run(GlassWindowEventHandler.java:147)
	at com.sun.javafx.tk.quantum.GlassWindowEventHandler.run(GlassWindowEventHandler.java:40)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.tk.quantum.GlassWindowEventHandler.lambda$handleWindowEvent$4(GlassWindowEventHandler.java:176)
	at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:390)
	at com.sun.javafx.tk.quantum.GlassWindowEventHandler.handleWindowEvent(GlassWindowEventHandler.java:174)
	at com.sun.glass.ui.Window.handleWindowEvent(Window.java:1346)
	at com.sun.glass.ui.Window.notifyClose(Window.java:1246)```



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3139#issuecomment-525264856
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190827/cb9151c1/attachment-0001.html>


More information about the bisq-github mailing list