Try our conversational search powered by Generative AI!

Numeric property doesn't detect changes

Vote:
 

When changing a numeric property in the backing system using the arrows, the change is not detected when incremented by 1, so you can't publish the page. If you increment it by two (double click) - the change is detected.

#84956
Apr 10, 2014 10:19
Vote:
 

Sounds like a bug, are there any console errors reported?

#85089
Apr 14, 2014 21:20
Vote:
 

No console errors reported. Have tried it in multiple browsers also.

#85129
Apr 16, 2014 9:35
Vote:
 

Is it a custom property or a builtin?

#85132
Apr 16, 2014 9:38
Vote:
 

Custom..

[CultureSpecific]
[Range(1, 50)]
[Display(Name = "Max. rows", Description = "Max. number of rows to be shown, between 1 and 50", Order = 2)]
public virtual int MaxRows { get; set; }

#85133
Apr 16, 2014 9:39
Vote:
 

Sorry, what I meant with custom is if there were a DOJO implementation that you have done yourself of if you are using the builtin for property. Reading your code, I think you are using the built in.
I do not know if it is this but if you want to use propertynumber (int) you should declare it as int32, see here:
http://world.episerver.com/Blogs/Alexander-Haneng/Dates/2012/7/How-to-define-properties-in-EPiServer-7---A-quick-reference/
Try to change it to Int32 and see if somehting gets better

#85134
Apr 16, 2014 9:53
Vote:
 

Ohh okay - yeah its builtin. Thought you asked if it was an out-of-the-box property allready available in EPiServer content. 

Doesn't help to change it to int32. 

#85139
Apr 16, 2014 10:11
Vote:
 

I tried it now on one of our sites with the sortindex property and it did trigger with one click but it took nearly 30 sek after I had changed the value and clicked somewhere else on the page.
Try if that one works the same as your other

#85155
Apr 16, 2014 11:53
Vote:
 

No change at all :(

#85156
Apr 16, 2014 11:57
Vote:
 

True, I noticed that I tried in a 7.1 site, now I tried in a 7.6 and there is no response.
I will make a bug report on it

#85165
Apr 16, 2014 13:03
Vote:
 

Thanks! :)

#85166
Apr 16, 2014 13:03
Vote:
 

Got it registred as a bug: #113980

#85216
Apr 17, 2014 8:26
Vote:
 

Henrik, could you give a link to 113980? (Can't find it )

#86013
May 12, 2014 10:10
Vote:
 

Sviatlana, Can't find it either, strange.

Will ask EPiServer and get back to you

#86035
May 12, 2014 17:01
Vote:
 

Sviatlana. this is the response I got from EPiServer:
The triage has not yet been completed and hence not made it to the list as of yet

 

#86044
May 13, 2014 7:02
Vote:
 

Thank you)

Next errors were in console, when I used the int property:

body.scrollLeft is deprecated in strict mode. Please use 'documentElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in quirks mode.

body.scrollTop is deprecated in strict mode. Please use 'documentElement.scrollTop' if in strict mode and 'body.scrollTop' only if in quirks mode.

#86064
May 13, 2014 13:32
Vote:
 

This bug is now solved in the latest release:

http://world.episerver.com/Documentation/Release-Notes/ReleaseNote/?releaseNoteId=114441

#87665
Jun 19, 2014 7:34
Vote:
 

And now it is back :)

http://world.episerver.com/Documentation/Release-Notes/ReleaseNote/?releaseNoteId=114441

#118443
Mar 06, 2015 10:27
Vote:
 

And now it is back :)

http://world.episerver.com/Documentation/Release-Notes/ReleaseNote/?releaseNoteId=114441

#118444
Mar 06, 2015 10:27
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.