<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -114,7 +114,7 @@ view_helper :view do
   end
 
   # render the basic content
-  content { (@tag == 'img') ? ot : %(#{ot}#{@inner_html}#{ct}) }
+  content { (@tag == 'img') ? %(&lt;#{@tag} #{attributes} /&gt;) : %(#{ot}#{@inner_html}#{ct}) }
   
 end
 
@@ -194,6 +194,8 @@ view_helper :image_view do
   property :content
   property :value
   
+  attribute :src, static_url('blank')
+  
   var :tag, 'img'
   css_class_names &lt;&lt; 'sc-image-view'
 end</diff>
      <filename>lib/core_views.rb</filename>
    </modified>
    <modified>
      <diff>@@ -8,8 +8,8 @@
    # See the comments in this file for more information on what you can
    # change.
 -%&gt;
-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
 &lt;html&gt;
   &lt;head&gt;
     &lt;meta http-equiv=&quot;Content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;</diff>
      <filename>lib/index.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -18,6 +18,14 @@ SC.TextareaFieldView = SC.TextFieldView.extend(
 /** @scope SC.TextareaFieldView.prototype */ {
   
   emptyElement: '&lt;textarea&gt;&lt;/textarea&gt;',
+  didBecomeFirstResponder: function() {
+    if (this.get('isVisibleInWindow')) {
+      this.rootElement.focus();
+	    this.invokeLater(this._selectRootElement, 1) ;
+    }
+    // hide the hint text if it is showing.
+    this._updateFieldHint() ;
+  },
 
   insertNewline: function(evt) { evt._stopWhenHandled = false; return true; }
 </diff>
      <filename>views/field/textarea_field.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8977ee56ef2e90ec6fe0f1d68f24a81423cf81ed</id>
    </parent>
    <parent>
      <id>0053cb7ceda3d40dadb8250afb11458ab4275457</id>
    </parent>
  </parents>
  <author>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </author>
  <url>http://github.com/sproutit/sproutcore/commit/9bcb21dfb2f3ab7538e95ba437da71795fc251dd</url>
  <id>9bcb21dfb2f3ab7538e95ba437da71795fc251dd</id>
  <committed-date>2008-06-17T01:30:15-07:00</committed-date>
  <authored-date>2008-06-17T01:30:15-07:00</authored-date>
  <message>Merge conflicts</message>
  <tree>fc65dec23b55ed7b6ffa5b4deea5afa3c3d68f4c</tree>
  <committer>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </committer>
</commit>
