<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Visual.update() not triggered when switching from Reading to Edit View in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/423405#M12737</link>
    <description>&lt;P&gt;When switching from Edit to Reading View, &lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;Visual.update(options)&lt;/FONT&gt;&lt;/STRONG&gt; is triggered and &lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;options.viewMode&lt;/FONT&gt;&lt;/STRONG&gt; is set to 0.&lt;/P&gt;&lt;P&gt;Vice versa, when switching back to Edit View, &lt;FONT face="courier new,courier" color="#993300"&gt;&lt;STRONG&gt;Visual.update()&lt;/STRONG&gt;&lt;/FONT&gt; ist &lt;U&gt;NOT&lt;/U&gt; triggered and therefore I can not react to this event.&lt;/P&gt;&lt;P&gt;In the upcoming&amp;nbsp;calls to &lt;FONT face="courier new,courier" color="#993300"&gt;&lt;STRONG&gt;Visual.update&lt;/STRONG&gt;&lt;/FONT&gt; (like on data change or resizing), &lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;options.viewMode&lt;/FONT&gt;&lt;/STRONG&gt; is 1 as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Related, the typedef of ViewMode is&lt;/P&gt;&lt;PRE&gt;const enum ViewMode {
    View = 0,
    Edit = 1,
    InFocusEdit = 2,
}&lt;/PRE&gt;&lt;P&gt;- but&amp;nbsp;value 2 never occured in my occasions. What is "InFocusedEdit"?&lt;/P&gt;</description>
    <pubDate>Wed, 23 May 2018 07:50:45 GMT</pubDate>
    <dc:creator>blumi78</dc:creator>
    <dc:date>2018-05-23T07:50:45Z</dc:date>
    <item>
      <title>Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/423405#M12737</link>
      <description>&lt;P&gt;When switching from Edit to Reading View, &lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;Visual.update(options)&lt;/FONT&gt;&lt;/STRONG&gt; is triggered and &lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;options.viewMode&lt;/FONT&gt;&lt;/STRONG&gt; is set to 0.&lt;/P&gt;&lt;P&gt;Vice versa, when switching back to Edit View, &lt;FONT face="courier new,courier" color="#993300"&gt;&lt;STRONG&gt;Visual.update()&lt;/STRONG&gt;&lt;/FONT&gt; ist &lt;U&gt;NOT&lt;/U&gt; triggered and therefore I can not react to this event.&lt;/P&gt;&lt;P&gt;In the upcoming&amp;nbsp;calls to &lt;FONT face="courier new,courier" color="#993300"&gt;&lt;STRONG&gt;Visual.update&lt;/STRONG&gt;&lt;/FONT&gt; (like on data change or resizing), &lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;options.viewMode&lt;/FONT&gt;&lt;/STRONG&gt; is 1 as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Related, the typedef of ViewMode is&lt;/P&gt;&lt;PRE&gt;const enum ViewMode {
    View = 0,
    Edit = 1,
    InFocusEdit = 2,
}&lt;/PRE&gt;&lt;P&gt;- but&amp;nbsp;value 2 never occured in my occasions. What is "InFocusedEdit"?&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 07:50:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/423405#M12737</guid>
      <dc:creator>blumi78</dc:creator>
      <dc:date>2018-05-23T07:50:45Z</dc:date>
    </item>
    <item>
      <title>Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/423423#M12776</link>
      <description>&lt;P&gt;&lt;FONT size="2" color="#999999"&gt;already posted this in the "Service" board, but maybe it belongs here also:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When switching from Edit to Reading View,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;Visual.update(options)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is triggered and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;options.viewMode&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is set to 0.&lt;/P&gt;&lt;P&gt;Vice versa, when switching back to Edit View,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;&lt;STRONG&gt;Visual.update()&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ist&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;NOT&lt;/U&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;triggered and therefore I can not react to this event.&lt;/P&gt;&lt;P&gt;In the upcoming&amp;nbsp;calls to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;&lt;STRONG&gt;Visual.update&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(like on data change or resizing),&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#993300"&gt;options.viewMode&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is 1 as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Related, the typedef of ViewMode is&lt;/P&gt;&lt;PRE&gt;const enum ViewMode {
    View = 0,
    Edit = 1,
    InFocusEdit = 2,
}&lt;/PRE&gt;&lt;P&gt;- but&amp;nbsp;value 2 never occured in my occasions. What is "InFocusedEdit"?&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 08:03:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/423423#M12776</guid>
      <dc:creator>blumi78</dc:creator>
      <dc:date>2018-05-23T08:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/424520#M12746</link>
      <description>&lt;P&gt;It works well on my side with Dot Plot custom visual. Can you&amp;nbsp;share code of update method?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;InFocusEdit is an focus mode that can be activated by opening &lt;STRONG&gt;...&lt;/STRONG&gt; menu in the right top corner of a csutom visual.&lt;/P&gt;
&lt;P&gt;Then you should select Edit. Please note a csutom visual must specify&amp;nbsp;&lt;SPAN&gt;advancedEditModeSupport: true in the capabilities to support Focus Edit Mode.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 11:02:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/424520#M12746</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-05-24T11:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/424689#M12768</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just create a new Custom Visual:&lt;/P&gt;&lt;PRE&gt;&amp;gt; pbiviz new example&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then change the update() function to display the viewMode and editMode flags:&lt;/P&gt;&lt;PRE&gt;public update(options: VisualUpdateOptions) {
    if (typeof this.textNode !== "undefined") {
        this.textNode.textContent = "ViewMode: " + options.viewMode.toString() + ", EditMode: " + options.editMode;
    }
}&lt;/PRE&gt;&lt;P&gt;And insert this into capabilities:&lt;/P&gt;&lt;PRE&gt;    "advancedEditModeSupport": 2,&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Results:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Directly after load" style="width: 200px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/97723i846B321884E0E39C/image-size/small?v=v2&amp;amp;px=200" role="button" title="image.png" alt="Directly after load" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Directly after load&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Switching to Edit" style="width: 200px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/97724iDB4349D087AE26E0/image-size/small?v=v2&amp;amp;px=200" role="button" title="image.png" alt="Switching to Edit" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Switching to Edit&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="After resizing visual in Edit Mode" style="width: 200px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/97725iA2D0D974B875D872/image-size/small?v=v2&amp;amp;px=200" role="button" title="image.png" alt="After resizing visual in Edit Mode" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;After resizing visual in Edit Mode&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Switching to Advanced Edit Mode" style="width: 200px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/97726i37F5AFDD858AB494/image-size/small?v=v2&amp;amp;px=200" role="button" title="image.png" alt="Switching to Advanced Edit Mode" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Switching to Advanced Edit Mode&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Going back to Reading view" style="width: 200px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/97728i8702659831B362F9/image-size/small?v=v2&amp;amp;px=200" role="button" title="image.png" alt="Going back to Reading view" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Going back to Reading view&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see, Switching to edit mode does not change the ViewMode (or EditMode), it needs the second update (data or resize update).&amp;nbsp;And viewMode never gets value 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 14:29:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/424689#M12768</guid>
      <dc:creator>blumi78</dc:creator>
      <dc:date>2018-05-24T14:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/425134#M12782</link>
      <description>&lt;P&gt;Have you filled all of required data fields?&lt;/P&gt;
&lt;P&gt;I guess this is a root case of the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 493px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/97839i3C16F505664D3202/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 06:16:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/425134#M12782</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-05-25T06:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/425174#M12791</link>
      <description>&lt;P&gt;Of course I have, as you can see at the top. If I would have not, update() won't be triggered at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/97850i107D491C777ED5FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 06:47:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/425174#M12791</guid>
      <dc:creator>blumi78</dc:creator>
      <dc:date>2018-05-25T06:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/426408#M12893</link>
      <description>&lt;P&gt;Could you please&amp;nbsp;share source code and data-set for&amp;nbsp;further investigation as it works well on our side?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 06:48:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/426408#M12893</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-05-28T06:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/505914#M15572</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after&amp;nbsp;setting this issue away for some time, wondering why no one is able to reproduce it,&amp;nbsp;I think, I found why:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It happens *only*, when the view mode is switched to "Actual Size". Which I'm doing almost always.&lt;/P&gt;&lt;P&gt;In other viewing modes, each switch of the Edit/Reading-Mode triggers a resize event and with this, the update() options contains the new mode flag.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 11:46:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/505914#M15572</guid>
      <dc:creator>blumi78</dc:creator>
      <dc:date>2018-09-03T11:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/517591#M15993</link>
      <description>&lt;P&gt;Is it a blocking issue for you or your customers?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 13:33:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/517591#M15993</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-09-17T13:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/517603#M15995</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;&amp;nbsp;I'm calling it a soft-blocker. We have to&amp;nbsp;put this workaround in our documentation as "a Power BI issue, which may be solved later". Can you reproduce it now?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 13:41:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/517603#M15995</guid>
      <dc:creator>blumi78</dc:creator>
      <dc:date>2018-09-17T13:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/518627#M16020</link>
      <description>&lt;P&gt;We'll put this issue into Power BI backlog for further investigation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 09:53:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/518627#M16020</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-09-18T09:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/1284537#M25157</link>
      <description>&lt;P&gt;I have also come across this problem.&amp;nbsp;Is there as update on this, is it still in your backlog?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 13:36:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/1284537#M25157</guid>
      <dc:creator>Boxmodern</dc:creator>
      <dc:date>2020-08-10T13:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/1351382#M25581</link>
      <description>&lt;P&gt;We can reproduce the same bug with the following steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;go to Edit mode&lt;/LI&gt;&lt;LI&gt;download the report&lt;/LI&gt;&lt;LI&gt;refresh the page&lt;/LI&gt;&lt;LI&gt;go to Edit mode again&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 07 Sep 2020 08:44:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/1351382#M25581</guid>
      <dc:creator>KoBe321</dc:creator>
      <dc:date>2020-09-07T08:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Visual.update() not triggered when switching from Reading to Edit View</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/4419382#M59591</link>
      <description>&lt;P&gt;I am facing the same problem. When will it be solved?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 09:36:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visual-update-not-triggered-when-switching-from-Reading-to-Edit/m-p/4419382#M59591</guid>
      <dc:creator>Alex_Koch</dc:creator>
      <dc:date>2025-02-20T09:36:41Z</dc:date>
    </item>
  </channel>
</rss>

