Re: CF10 dump bug

2013-09-11 Thread Russ Michaels
How about putting the dump at the very end of the doc beforevtge clising body tag, does that help? Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 11 Sep 2013 15:50, "Nando" wrote: > > Ray, > > The cfdump error was seen on a FW/1 view template. When I try the same

Re: CF10 dump bug

2013-09-11 Thread Captain Obvious
For me it works as you expect if I alter the regex by adding a question mark like this "[[:space:]]{2,}?" See Lazy Quantifier: http://msdn.microsoft.com/en-us/library/3206d374.aspx On Wed, Sep 11, 2013 at 12:02 PM, Nando wrote: > > Ray, > > Thanks again for your suggestion to try it outside

Re: CF10 dump bug

2013-09-11 Thread Russ Michaels
Ah ok, well everything gets converted to json so that will be why. I will look into getting that to output more like cf. Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 11 Sep 2013 15:18, "Nando" wrote: > > Russ, > > Here's what I see on ACF 10 when I use your tag

Re: CF10 dump bug

2013-09-11 Thread Nando
Ray, I think I have a clue what might be going on. I compared the browser view source of both the standalone template and the fw/1 template. The fw/1 version has the whitespace striped out. I selectively strip some of the white space from the rendered views at times, but I've seen that doing so c

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
Best I could suggest is to file a bug report - and as an FYI I've been asking to get cfdump "open" as well. On Wed, Sep 11, 2013 at 11:02 AM, Nando wrote: > > Ray, > > Thanks again for your suggestion to try it outside any application. I was > then able to isolate the issue (even tho' I though

Re: CF10 dump bug

2013-09-11 Thread Nando
Ray, Thanks again for your suggestion to try it outside any application. I was then able to isolate the issue (even tho' I thought I couldn't at first!), and it seems indeed that it occurs if whitespace is stripped from the cfdump output. You'll find a pair of very simple templates in this zip -

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
I had a FW/1 app handy but I can't recreate it. Can you please create a repo zip that I can extract and run here? Since you said the DB call didn't matter, just make it obvious for me and I'll replace it with another query. Or, if you ALSO see it with a fake query, use that. On Wed, Sep 11, 201

Re: CF10 dump bug

2013-09-11 Thread Nando
Ray, The cfdump error was seen on a FW/1 view template. When I try the same query within a single template outside any application, cfdump works fine. So that was a good suggestion. I have no idea how to interpret it tho', especially since I cannot see the source code of of dump.cfm. I've been d

Re: CF10 dump bug

2013-09-11 Thread Nando
Yes, it's obviously malformed HTML, but since the ACF cfdump template is encoded, I can't reasonably do anything about it. On Wed, Sep 11, 2013 at 2:48 PM, Rodney Enke wrote: > > At this point I would look at bad HTML preceding the cfdump or CSS styles > causing the reformatting. > > > > -- Na

Re: CF10 dump bug

2013-09-11 Thread Nando
Russ, Here's what I see on ACF 10 when I use your tag to dump a query, nested arrays: http://aria-media.com/customDump.png Doesn't matter the query I use, or if I use of q of q, or specify fields in the query, it always looks like this. Do you see something different? On Wed, Sep 11, 2013 at

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
To be clear, no one else in this thread is seeing what Nando does, right? Nando, can you ensure you are doing a dump with NOTHING else in the request. No App.cfm. Also, try different browsers. On Wed, Sep 11, 2013 at 9:18 AM, Nando wrote: > > Yes, it's obviously malformed HTML, but since the

Re: CF10 dump bug

2013-09-11 Thread Russ Michaels
I can;t say I have noticed any issues with dumping queries, looks just like the original cfdump ? On Wed, Sep 11, 2013 at 1:35 PM, Nando wrote: > > Russ, > > I already tried your tag, but it doesn't seem to format rows of data from a > query in a way that is easy to overview. The data is displ

Re: CF10 dump bug

2013-09-11 Thread Rodney Enke
At this point I would look at bad HTML preceding the cfdump or CSS styles causing the reformatting. On Wed, Sep 11, 2013 at 7:35 AM, Nando wrote: > > Russ, > > I already tried your tag, but it doesn't seem to format rows of data from a > query in a way that is easy to overview. The data is di

Re: CF10 dump bug

2013-09-11 Thread Nando
Russ, I already tried your tag, but it doesn't seem to format rows of data from a query in a way that is easy to overview. The data is displayed vertically in columns, disconnected from the fields, which are displayed as an initial column as the first nested array. Is that just how it works, or a

Re: CF10 dump bug

2013-09-11 Thread Russ Michaels
if it is really causing you an issue, then you could try this. http://cfdump.riaforge.org/ On Wed, Sep 11, 2013 at 1:22 PM, Nando wrote: > > Thanks Ray. Unfortunately, exchanging the dump file didn't work. I cleared > all caches and restarted the server, same result. Bummer. > > > On Wed, Sep

Re: CF10 dump bug

2013-09-11 Thread Nando
Thanks Ray. Unfortunately, exchanging the dump file didn't work. I cleared all caches and restarted the server, same result. Bummer. On Wed, Sep 11, 2013 at 1:53 PM, Raymond Camden wrote: > > Sent > > > On Wed, Sep 11, 2013 at 6:37 AM, Nando wrote: > > > > > Ray, > > > > Thanks, but I don't se

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
Sent On Wed, Sep 11, 2013 at 6:37 AM, Nando wrote: > > Ray, > > Thanks, but I don't see an attachment. Does the hof list allow them? Maybe > a direct email to d.na...@gmail.com would work better? > > > On Wed, Sep 11, 2013 at 1:22 PM, Raymond Camden >wrote: > > > > > Here is mine. > > > > > >

Re: CF10 dump bug

2013-09-11 Thread Nando
Ray, Thanks, but I don't see an attachment. Does the hof list allow them? Maybe a direct email to d.na...@gmail.com would work better? On Wed, Sep 11, 2013 at 1:22 PM, Raymond Camden wrote: > > Here is mine. > > > On Wed, Sep 11, 2013 at 6:14 AM, Nando wrote: > > > > > The bug report I filed

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
Here is mine. On Wed, Sep 11, 2013 at 6:14 AM, Nando wrote: > > The bug report I filed now has a status of Withdrawn, Cannot reproduce. So > the only hope I have of fixing this seems to be to get a working copy of > dump.cfm from someone ... > > > On Wed, Sep 11, 2013 at 1:10 PM, Nando wrote:

Re: CF10 dump bug

2013-09-11 Thread Nando
The bug report I filed now has a status of Withdrawn, Cannot reproduce. So the only hope I have of fixing this seems to be to get a working copy of dump.cfm from someone ... On Wed, Sep 11, 2013 at 1:10 PM, Nando wrote: > Ray, > > I tried several, all with the same result. But for the screensh

Re: CF10 dump bug

2013-09-11 Thread Nando
Ray, I tried several, all with the same result. But for the screenshot to demonstrate the problem for the bug report, I used simply *select * from Holiday*. I also tried specifying the fields in a few queries, but it didn't make any difference. I tried it both in Chrome and in Safari with the sam

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
I'm definitely not seeing this in my query dumps. Can you share the query you used? I On Wed, Sep 11, 2013 at 5:24 AM, Nando wrote: > > I noticed a bug in cfdump yesterday when dumping a query to a browser > screen. The database fields are shifted one column to the right, and the > data row nu

CF10 dump bug

2013-09-11 Thread Nando
I noticed a bug in cfdump yesterday when dumping a query to a browser screen. The database fields are shifted one column to the right, and the data row numbers, instead of being in a column to the left of the rows, are splayed out horizontally. www.aria-media.com/cfdumpBug.png I looked for a bug