To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Ticket #476 (closed defect: fixed)

Opened 19 months ago

Last modified 16 months ago

Changing category for a blog post you haven't saved yet wipes out title

Reported by: tboutell Owned by: tboutell
Priority: major Milestone: 1.5
Component: apostropheBlogPlugin Version: trunk
Keywords: ui, 1.5rc Cc: geoffd, johnnyoffline, dordille, tboutell, rickybanister, jake, wjohnald, mgrosse,
Symfony version: 1.4

Description

1. "New Post"
2. Type a title, don't click save
3. Add a category

Whoops, you're back to untitled.

If the title has ever been saved this does not happen.

If we need to work around this by disabling the category editor until you save the title then let's do that.

Change History

Changed 17 months ago by geoffd

  • keywords ui, 1.5rc added; ui removed

Changed 16 months ago by geoffd

  • owner changed from dordille to johnnyoffline
  • status changed from new to assigned
  • version changed from 1.4 to trunk
  • milestone changed from 1.4.2 to 1.5

Changed 16 months ago by johnnyoffline

  • cc dordille, tboutell, rickybanister, jake, wjohnald, mgrosse, added
  • status changed from assigned to accepted

I can confirm that this is true, I tried to make it save onBlur
and the page go crazy, saving over and over again.

	tInput.blur(function()
	{ // Check for Empty Title Field			
		if (tInput.val() == '') 
		{ 	
			tInput.next().show(); 
		}
		else
		{
			save();
		};
	});

Changed 16 months ago by tboutell

This should be resolved by #662, but we don't know that for certain until we hit #662. Once Rick designs #662 Tom will implement and then review this issue

Changed 16 months ago by tboutell

  • owner changed from johnnyoffline to tboutell

Changed 16 months ago by tboutell

  • status changed from accepted to closed
  • resolution set to fixed

Resolved in [2457]

Note: See TracTickets for help on using tickets.