-
I think I saw this happen in 3.19 as well, any chance for the next release?.
2009-11-01 17:46:47 UTC in Password Safe
-
Similar to the configurable JsonBeanProcessorMatcher, I think I really need a JsonValueProcessorMatcher.
For Hibernate proxy objects, I want to return the id as a plain number if the proxy is not initialized. I'm doing this now with a customer JsonBeanProcessor but that forces me to wrap the id in an object, when I really just want to return a value.
There's also no way to register a...
2008-01-16 21:35:52 UTC in Json-lib
-
True, JS probably doesn't guarantee the order of properties returned, but I've observed this basic behavior in FF2 (and I believe IE6/7 as well, but I can't be certain off the top of my head) and obtained desired results by changing JSONObject's internal map to a ListOrderedMap (I believe a LinkedHashMap for jdk5+ would be appropriate).
I don't see any downside to doing this globally (i.e. no...
2008-01-04 15:39:40 UTC in Json-lib
-
Use something like commons collections' ListOrderedMap to store properties internally in JSONObject, rather than HashMap.
Otherwise, to preserve order from a Java-based ordered map, a JSONArray has to be created to introduce an artifical sort key to wrap the map's key/value pairs, and then unwrapped on the client side to a simple map where js preserves the property creation order.
2007-12-25 15:51:16 UTC in Json-lib
-
Thanks for the investigation, folks. Can we leave this open as a feature request, to add a quick note to the doc page indicating that margin-left style needs to be modified to provide space for helptext when the menuitem text is long. I spent some time in firebug prior to filing this report trying to find a solution, but to CSS-neophytes like myself, it's not obvious.
2007-10-26 12:32:16 UTC in YUI Library
-
The helptext in a menuitem is overlaying the general menu text when the menuitem text is long. It only happens when reset-fonts-grids.css is used (I haven't bothered to figure out which is the conflict, reset I'm guessing).
This seems to be new in 2.3.1. See attached example.
2007-10-12 13:28:50 UTC in YUI Library
-
I'd like this feature quite as well, a toolbar button that will allow me to switch between the standard eclipse class editor and the decompiled source.
2007-09-04 16:01:30 UTC in JadClipse - Eclipse plugin
-
I've long since forgotten the exact conditions under which I had this problem. Seeing as nobody seems to have had the same problem, I'll close this issue.
2007-05-28 17:50:53 UTC in FileZilla
-
I've long since forgotten the exact conditions under which I had this problem. Seeing as nobody seems to have had the same problem, I'll close this issue.
2007-05-28 17:49:19 UTC in FileZilla
-
Sorry, if I'd read the entire thread through in the first place, I would have found the answer...simply deleting the .cfg file fixed the problem for me, too.
2006-12-28 03:48:19 UTC in Password Safe