Frank998877665544332211
Members-
Content count
2 -
Joined
-
Last visited
About Frank998877665544332211
-
Rank
Forum Newbie
-
Request or Bug ? clickURL fields gets all converted to lower case
Frank998877665544332211 replied to Frank998877665544332211's topic in Suggestions & Requests
..I coded a workaround for this bug within 2 hours after raising this, waiting 3 days for a answer and even to have an forum request "approved" is ridiculous. -
Request or Bug ? clickURL fields gets all converted to lower case
Frank998877665544332211 posted a topic in Suggestions & Requests
Hello, ..I am checking out the hbullet and was running into the issue of apparently all fields in objects in clickURL getting converted into lower case. Since I am also passing quite some fields, they should not be changed. Any way the conversion into lowercase can be avoided ? Example: clickURL setting: p_glb_dispatch_ClickHandle({"zFunc":"MainView","zLayout":"MainView","zContent":"objdetail","zObjId":"111"}) When now the function p_glb_dispatch_ClickHandle is called, the object arrives as: {zfunc: "MainView", zlayout: "MainView", zcontent: "objdetail", zobjid: "111"} So the field names zFunc, zLayout and zContent are getting converted to lowercase and this is unwanted ? I would have to change literally hunderts of code lines to deal with this ? Any way we can avoid this ? Thanks a lot, Frank