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

Ticket #289 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

On an AJAX submission check the title interface

Reported by: rickybanister Owned by: rickybanister
Priority: critical Milestone: 1.4
Component: apostropheBlogPlugin Version: trunk
Keywords: Cc: dordille, johnnyoffline, geoffd,
Symfony version: 1.4

Description

Check the title interface to see if the title is still 'untitled'

I'm seeing the self-label text overlay 'untitled'


Attachments

check-title.png Download (13.4 KB) - added by anonymous 22 months ago.
title.png Download (7.4 KB) - added by johnnyoffline 22 months ago.

Change History

Changed 22 months ago by anonymous

Changed 22 months ago by johnnyoffline

  • cc dordille, johnnyoffline, geoffd, added
  • owner changed from johnnyoffline to rickybanister
  • version set to trunk
  • status changed from new to assigned

I resolved this by setting the placeholder to hidden unless toggled visible by the JS.

Seems to be working properly now. Please confirm?

#a-blog-post-title-placeholder
{
line-height: 30px;
font-size: 18px;
color: #999;
margin-top: -30px;
padding-left: 5px;
display: none;
}

Changed 22 months ago by johnnyoffline

Changed 22 months ago by johnnyoffline


Changed 22 months ago by rickybanister

  • priority changed from major to critical

Changed 22 months ago by rickybanister

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

I concur

Note: See TracTickets for help on using tickets.