<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to keep the plugin pane open when the spot forecast is activated?]]></title><description><![CDATA[<p dir="auto">I was tidying up some long-standing bugs with windy-plugin-skewt this week, and I got a request from <a class="plugin-mentions-user plugin-mentions-a" href="/user/stitch" aria-label="Profile: stitch">@<bdi>stitch</bdi></a> to try to keep the SkewT alive when the spot forecast opens. I see that most of the HMTL elements go to "display: none" by default; is there any way to override this behaviour and keep the plugin open?</p>
]]></description><link>https://community.windy.com/topic/13288/how-to-keep-the-plugin-pane-open-when-the-spot-forecast-is-activated</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 05:52:05 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/13288.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Aug 2020 09:12:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to keep the plugin pane open when the spot forecast is activated? on Fri, 21 Aug 2020 07:40:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnckealy" aria-label="Profile: johnckealy">@<bdi>johnckealy</bdi></a></p>
<p dir="auto">Try:</p>
<pre><code>bcast.on("pluginOpened",e=&gt;{if (e=="detail") this.open() });
</code></pre>
<p dir="auto">However,  if the forecast detail is open,  picker.on("pickerOpened",....)  will not fire,<br />
so you have to perhaps use W.map.on("click",e=&gt;...)  to get the e.latlng and to make your div display.</p>
]]></description><link>https://community.windy.com/post/54503</link><guid isPermaLink="true">https://community.windy.com/post/54503</guid><dc:creator><![CDATA[rittels]]></dc:creator><pubDate>Fri, 21 Aug 2020 07:40:13 GMT</pubDate></item></channel></rss>