Ticket #8048 (closed Bug: fixed)

Opened 4 years ago

Last modified 4 years ago

setKssAttribute sets value to "undefined"

Reported by: b_mathieu Owned by: gotcha
Priority: major Milestone: 3.1
Component: KSS (Ajax) Keywords:
Cc: ree

Description

from  http://codespeak.net/svn/kukit/kukit.js/branch/1.4/kukit/dom.js:

dom.setKssAttribute = function(node, attrname, value) {

Sets a given kss attribute on the namespace var fullName = _kssAttrNamespace + ':' + attrname; dom.setAttribute(node, fullName);

};

last line should be: dom.setAttribute(node, fullName, value);

This bug is present in kss.core 1.2, 1.4, trunk.

Change History

comment:1 Changed 4 years ago by ree

  • Status changed from new to assigned
  • Cc godchap added

Thanks for the report, I am aware of this issue, and have a fix already.

But to commit it, I'll also need to make a selenium tests, which I still don't have. Hopefully, I can make it before the 3.1 release deadline.

comment:2 Changed 4 years ago by ree

  • Owner changed from ree to godchap
  • Status changed from assigned to new

comment:3 Changed 4 years ago by gotcha

  • Owner changed from godchap to gotcha

comment:4 Changed 4 years ago by gotcha

  • Cc godchap removed
  • Status changed from new to closed
  • Resolution set to fixed

fixed on kss.core 1.2 and 1.4

on time for 3.1 final

missing test in KSS was added.

comment:5 Changed 4 years ago by gotcha

  • Cc ree added

merged to kss.core trunk as well

comment:6 Changed 4 years ago by hannosch

  • Milestone changed from 3.1 to 3.x

Milestone 3.1 deleted

Note: See TracTickets for help on using tickets.