editor input type=number

editor input type=number

hkstock2018hkstock2018 Posts: 4Questions: 1Answers: 0
edited August 2018 in Free community support

Hi,

I am using editor and one of the table field is a number. I use type=number in attr but it has error "Error: Permission denied to access property "nodeType"[" when I open the develper console in Mozilla

My web site link is http://stockdata-1000.appspot.com/nbengine/listtrackrecord_type.html
the field with type=number is "買入價" and "賣出價"
my javascript code is in file http://stockdata-1000.appspot.com/js/nbengine/listtrackrecord_type.js

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    I'm not getting any errors on your page. Have you managed to resolve this already?

    Allan

  • hkstock2018hkstock2018 Posts: 4Questions: 1Answers: 0

    Not yet sovled.

    I find that this problem only occur in firefox. Chrom don't have this problem.
    May you open my link on firefox?
    My firefox version is v61.0.2(64bit)

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    I'm getting a 422 error from listusetrackrecord now. That is the case in both Firefox and Chrome.

    Allan

  • hkstock2018hkstock2018 Posts: 4Questions: 1Answers: 0

    Hi Allan,

    This is my fault. Now fixed and please try again~

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Answer ✓

    Thanks.

    Could you use:

        select: {
                style:    'multi',
                selector: 'td:first-child'
            },
    

    for your select please?

    Thanks,
    Allan

  • hkstock2018hkstock2018 Posts: 4Questions: 1Answers: 0

    it is fixed, thx

This discussion has been closed.