<?xml version="1.0" encoding="UTF-8"?>
<ticket>
  <assigned-user-id type="integer" nil="true"></assigned-user-id>
  <attachments-count type="integer">0</attachments-count>
  <closed type="boolean">true</closed>
  <created-at type="datetime">2009-02-19T16:26:34-06:00</created-at>
  <creator-id type="integer">7462</creator-id>
  <milestone-due-on type="datetime" nil="true"></milestone-due-on>
  <milestone-id type="integer" nil="true"></milestone-id>
  <number type="integer">5</number>
  <permalink>using-showfeedbackwithbugdetails-results-in-all-message-text-being-bold</permalink>
  <priority type="integer">73441</priority>
  <project-id type="integer">24800</project-id>
  <raw-data type="binary" nil="true" encoding="base64"></raw-data>
  <state>resolved</state>
  <tag nil="true"></tag>
  <title>Using showFeedbackWithBugDetails: results in all message text being bold.</title>
  <updated-at type="datetime">2009-08-06T14:00:36-05:00</updated-at>
  <user-id type="integer">45213</user-id>
  <user-name>rentzsch</user-name>
  <creator-name>Mike Zornek</creator-name>
  <url>http://rentzsch.lighthouseapp.com/projects/24800/tickets/5</url>
  <original-body>As I noted in the readme for 1.1.1

[NEW BUG] When using this new method the textView is given the bug report text via setString: this result in all the test being bold by default.

The main reason I haven't fixed it to date, is I'm not very good with attributed text.</original-body>
  <latest-body>As I noted in the readme for 1.1.1

[NEW BUG] When using this new method the textView is given the bug report text via setString: this result in all the test being bold by default.

The main reason I haven't fixed it to date, is I'm not very good with attributed text.</latest-body>
  <original-body-html>&lt;div&gt;&lt;p&gt;As I noted in the readme for 1.1.1&lt;/p&gt;
&lt;p&gt;[NEW BUG] When using this new method the textView is given the
bug report text via setString: this result in all the test being
bold by default.&lt;/p&gt;
&lt;p&gt;The main reason I haven't fixed it to date, is I'm not very good
with attributed text.&lt;/p&gt;&lt;/div&gt;</original-body-html>
  <versions type="array">
    <version type="Ticket::Version">
      <assigned-user-id type="integer" nil="true"></assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>As I noted in the readme for 1.1.1

[NEW BUG] When using this new method the textView is given the bug report text via setString: this result in all the test being bold by default.

The main reason I haven't fixed it to date, is I'm not very good with attributed text.</body>
      <body-html>&lt;div&gt;&lt;p&gt;As I noted in the readme for 1.1.1&lt;/p&gt;
&lt;p&gt;[NEW BUG] When using this new method the textView is given the
bug report text via setString: this result in all the test being
bold by default.&lt;/p&gt;
&lt;p&gt;The main reason I haven't fixed it to date, is I'm not very good
with attributed text.&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-02-19T16:26:35-06:00</created-at>
      <creator-id type="integer">7462</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">5</number>
      <permalink>using-showfeedbackwithbugdetails-results-in-all-message-text-being-bold</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">24800</project-id>
      <state>new</state>
      <tag nil="true"></tag>
      <title>Using showFeedbackWithBugDetails: results in all message text being bold.</title>
      <updated-at type="datetime">2009-02-19T16:26:38-06:00</updated-at>
      <user-id type="integer">7462</user-id>
      <user-name>Mike Zornek</user-name>
      <creator-name>Mike Zornek</creator-name>
      <url>http://rentzsch.lighthouseapp.com/projects/24800/tickets/5</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer" nil="true"></assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body></body>
      <body-html></body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-04-27T21:26:01-05:00</created-at>
      <creator-id type="integer">7462</creator-id>
      <diffable-attributes type="yaml">--- 
:state: new
</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">5</number>
      <permalink>using-showfeedbackwithbugdetails-results-in-all-message-text-being-bold</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">24800</project-id>
      <state>open</state>
      <tag nil="true"></tag>
      <title>Using showFeedbackWithBugDetails: results in all message text being bold.</title>
      <updated-at type="datetime">2009-04-27T21:26:02-05:00</updated-at>
      <user-id type="integer">45213</user-id>
      <user-name>rentzsch</user-name>
      <creator-name>Mike Zornek</creator-name>
      <url>http://rentzsch.lighthouseapp.com/projects/24800/tickets/5</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer" nil="true"></assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>This can be fixed by simply calling:
  [textView setString:@&quot;&quot;];

immediately before:
  [textView setString:details];</body>
      <body-html>&lt;div&gt;&lt;p&gt;This can be fixed by simply calling:&lt;br&gt;
[textView setString:@&quot;&quot;];&lt;/p&gt;
&lt;p&gt;immediately before:&lt;br&gt;
[textView setString:details];&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">false</closed>
      <created-at type="datetime">2009-07-16T15:34:59-05:00</created-at>
      <creator-id type="integer">7462</creator-id>
      <diffable-attributes type="yaml">--- {}

</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">5</number>
      <permalink>using-showfeedbackwithbugdetails-results-in-all-message-text-being-bold</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">24800</project-id>
      <state>open</state>
      <tag nil="true"></tag>
      <title>Using showFeedbackWithBugDetails: results in all message text being bold.</title>
      <updated-at type="datetime">2009-07-16T15:35:03-05:00</updated-at>
      <user-id type="integer">63029</user-id>
      <user-name>ctshryock</user-name>
      <creator-name>Mike Zornek</creator-name>
      <url>http://rentzsch.lighthouseapp.com/projects/24800/tickets/5</url>
    </version>
    <version type="Ticket::Version">
      <assigned-user-id type="integer" nil="true"></assigned-user-id>
      <attachments-count type="integer">0</attachments-count>
      <body>fixed in http://github.com/rentzsch/jrfeedbackprovider/commit/86b6ed69406f259ce7e961fe10337d753b73733e</body>
      <body-html>&lt;div&gt;&lt;p&gt;fixed in &lt;a href=
&quot;http://github.com/rentzsch/jrfeedbackprovider/commit/86b6ed69406f259ce7e961fe10337d753b73733e&quot;&gt;
http://github.com/rentzsch/jrfeedbackprovider/commit/86b6ed69406f25...&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</body-html>
      <closed type="boolean">true</closed>
      <created-at type="datetime">2009-08-06T14:00:36-05:00</created-at>
      <creator-id type="integer">7462</creator-id>
      <diffable-attributes type="yaml">--- 
:state: open
</diffable-attributes>
      <milestone-id type="integer" nil="true"></milestone-id>
      <number type="integer">5</number>
      <permalink>using-showfeedbackwithbugdetails-results-in-all-message-text-being-bold</permalink>
      <priority type="integer">0</priority>
      <project-id type="integer">24800</project-id>
      <state>resolved</state>
      <tag nil="true"></tag>
      <title>Using showFeedbackWithBugDetails: results in all message text being bold.</title>
      <updated-at type="datetime">2009-08-06T14:00:36-05:00</updated-at>
      <user-id type="integer">45213</user-id>
      <user-name>rentzsch</user-name>
      <creator-name>Mike Zornek</creator-name>
      <url>http://rentzsch.lighthouseapp.com/projects/24800/tickets/5</url>
    </version>
  </versions>
</ticket>
