Overview

Artifact ID: 6892954e8ac45996222f06e643915a00f97b2295dfeafde91da204772bb5a5fa
Ticket: 011e259c6972c3194dd5f30c9eadebf0b1831222
The getAttributeNS method doesn't accept the documented defaultValue argument.
User & Date: anonymous 2019-08-12 20:07:36
Changes

  1. foundin changed to: "0.8.3 - 0.9.2"
  2. icomment:
    The domNode manual page says the signature for the getAttributeNS method is:
    <ul><pre>getAttributeNS uri localName ?defaultValue?</pre></ul>
    The same is reported when giving an invalid method to a dom node command.
    
    However, when trying to pass a default value, the command throws an error:
    <ul><pre>% $node getAttributeNS $uri $attr $default
    wrong # args: should be "domNode0x55ba42ccfb60 getAttributeNS uri localName"</pre></ul>
    
    I found this on 0.8.3, but looking at the latest version of the source code, I am quite confident the situation is still the same.
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-wiki"
  5. private_contact changed to: "8475f421649231f1e116ac602bea4537d2b027b4"
  6. severity changed to: "Minor"
  7. status changed to: "Open"
  8. title changed to:
    The getAttributeNS method doesn't accept the documented defaultValue argument.
    
  9. type changed to: "Code_Defect"