<?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 Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144853#M4656</link>
    <description>&lt;P&gt;I can confirm on both simulator and on ipad&amp;nbsp;running 9.2 as well. I swear (like Pablo A said) this just started happening and I have not run any updates lately at all. The control that requests username and password that is loaded into the UIWebView used to serve the connection request &amp;nbsp;must have changed recently. The code that runs the user's input into the connection api is not in the iOS SDK from what I can tell but loaded dynamically from a url - possibly a jscript&amp;nbsp;bug...&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2016 22:52:19 GMT</pubDate>
    <dc:creator>TK K.</dc:creator>
    <dc:date>2016-02-23T22:52:19Z</dc:date>
    <item>
      <title>iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144849#M4652</link>
      <description>&lt;P&gt;Using SDK version 1.3.13 and presenting the user login screen as follows:&lt;/P&gt;
&lt;P&gt;DBSession* session = [[DBSession alloc] initWithAppKey:kDropboxAppKeyStr&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; appSecret:kDropboxSecretStr&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; root:kDBRootDropbox];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [DBSession setSharedSession:session];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; session.delegate = self;&lt;/P&gt;
&lt;P&gt;[[DBSession sharedSession] linkFromController:viewController];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the DB login screen is shown and the user enters their credentials, the placeholder text is not removed causing it to overlap what the user entered like this:&lt;IMG id="wysiwyg_image_45" src="https://www.dropboxforum.com/hc/user_images/GW_B_Ipzv-3dRx4XdUs7vQ.jpeg" alt="" /&gt;&lt;/P&gt;
&lt;P&gt;Surprisingly I cannot find anyone else talking about this, am I doing something wrong? This happens with both iOS 8 and 9.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:35:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144849#M4652</guid>
      <dc:creator>Aaron C.19</dc:creator>
      <dc:date>2019-05-29T09:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144850#M4653</link>
      <description>&lt;P&gt;Thanks for the report! We're looking into it.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 06:39:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144850#M4653</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-19T06:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144851#M4654</link>
      <description>&lt;P&gt;Exactly the same happens to me.&lt;/P&gt;
&lt;P&gt;As additional data, I can tell that happens in simulators (iOS 9.2) and iPhone 6 (iOS 9.2).&lt;/P&gt;
&lt;P&gt;But I would swear this issue wasn't happening a few days ago...&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 10:04:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144851#M4654</guid>
      <dc:creator>Pablo A.10</dc:creator>
      <dc:date>2016-02-20T10:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144852#M4655</link>
      <description>&lt;P&gt;This is happening on iOS8 and 9 simulators and iOS7 device. Looks like the issue is with the authentication web view&amp;nbsp;regardless of the&amp;nbsp;iOS version or device type. @Gregory&amp;nbsp;Is there an update on this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 21:26:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144852#M4655</guid>
      <dc:creator>Jomis K.</dc:creator>
      <dc:date>2016-02-23T21:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144853#M4656</link>
      <description>&lt;P&gt;I can confirm on both simulator and on ipad&amp;nbsp;running 9.2 as well. I swear (like Pablo A said) this just started happening and I have not run any updates lately at all. The control that requests username and password that is loaded into the UIWebView used to serve the connection request &amp;nbsp;must have changed recently. The code that runs the user's input into the connection api is not in the iOS SDK from what I can tell but loaded dynamically from a url - possibly a jscript&amp;nbsp;bug...&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 22:52:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144853#M4656</guid>
      <dc:creator>TK K.</dc:creator>
      <dc:date>2016-02-23T22:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144854#M4657</link>
      <description>&lt;P&gt;No update right now.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 23:50:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144854#M4657</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-23T23:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144855#M4658</link>
      <description>&lt;P&gt;This should be fixed now. Please let me know if you're still seeing it.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 08:12:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144855#M4658</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-24T08:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144856#M4659</link>
      <description>&lt;P&gt;Yup, working as intended now, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 08:28:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144856#M4659</guid>
      <dc:creator>Aaron C.19</dc:creator>
      <dc:date>2016-02-24T08:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144857#M4660</link>
      <description>&lt;P&gt;It's working fine now, thanks!!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 08:57:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144857#M4660</guid>
      <dc:creator>Pablo A.10</dc:creator>
      <dc:date>2016-02-24T08:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144858#M4661</link>
      <description>&lt;P&gt;Yep looks right again - so was I right? Someone messed around with the javascript for the login control?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 09:10:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144858#M4661</guid>
      <dc:creator>TK K.</dc:creator>
      <dc:date>2016-02-24T09:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144859#M4662</link>
      <description>&lt;P&gt;Thanks for the feedback all! Yes, this was an issue on the page used in this modal on our side.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 09:23:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144859#M4662</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-24T09:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144860#M4663</link>
      <description>&lt;P&gt;Working great now. Thanks for fixing it.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 16:51:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144860#M4663</guid>
      <dc:creator>Jomis K.</dc:creator>
      <dc:date>2016-02-24T16:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144861#M4664</link>
      <description>&lt;P&gt;I noticed this is happening again, did something regress? &amp;nbsp;Same exact code I'm working with on my end.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2016 04:45:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144861#M4664</guid>
      <dc:creator>Aaron C.19</dc:creator>
      <dc:date>2016-03-26T04:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144862#M4665</link>
      <description>&lt;P&gt;Thanks for the report Aaron. We'll look into it again.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2016 04:55:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144862#M4665</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-03-26T04:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144863#M4666</link>
      <description>&lt;P&gt;Any solution to this problem?&lt;/P&gt;
&lt;P&gt;The problem started a week ago, and seems silly but is very annoying for the user.&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 02:10:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144863#M4666</guid>
      <dc:creator>Pablo A.10</dc:creator>
      <dc:date>2016-04-01T02:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144864#M4667</link>
      <description>&lt;P&gt;No update on this right now. I'll follow up here once I have news.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 02:12:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144864#M4667</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-04-01T02:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144865#M4668</link>
      <description>&lt;P&gt;Hi @Gregory. Do we&amp;nbsp;have any updates on this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 21:38:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144865#M4668</guid>
      <dc:creator>Jomis K.</dc:creator>
      <dc:date>2016-04-04T21:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144866#M4669</link>
      <description>&lt;P&gt;No news&amp;nbsp;on this right now. I'll follow up here once I have an update to share.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 23:55:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144866#M4669</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-04-04T23:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144867#M4670</link>
      <description>&lt;P&gt;This should be fixed again now. Please let me know if you're still seeing it.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 06:38:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144867#M4670</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-04-13T06:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: iOS DropboxSDK LinkFromController login credential field's placeholder text overlaps user entered text</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144868#M4671</link>
      <description>&lt;P&gt;Hi, it's ok now. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 06:58:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-DropboxSDK-LinkFromController-login-credential-field-s/m-p/144868#M4671</guid>
      <dc:creator>Pablo A.10</dc:creator>
      <dc:date>2016-04-13T06:58:15Z</dc:date>
    </item>
  </channel>
</rss>

