Skip to content

format function problem in Firefox #177

@anoriell

Description

@anoriell

Hello

There is problem with format function in Firefox.

I have:
$('something').knob({
'format': function(v) {return v + '%';}
})

and it adds % at the end of my value in every browser and works just fine, but in Firefox after refreshing the page i get value%% NOT as I would expect: value%.

When I refresh the page with ctrl+f5 it works well, but after 'normal' refresh I always get more and more %%% characters at the end of my value.

Do I do something wrong or is it a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions