Inline editor forces a line break
Bug #396774 reported by
Barry Warsaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LAZR Javascript Library |
Won't Fix
|
Medium
|
Unassigned | ||
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
The inline editor uses <div> tags and thus forces a line break before the editable text. For example there's no way to align things like this:
*Programming Languages*: [C++ Python]
where the stuff in *'s is bolded text and the stuff in [] is the editable text (pre-invocation)
Changed in launchpad-registry: | |
assignee: | Barry Warsaw (barry) → nobody |
Changed in launchpad-registry: | |
importance: | High → Low |
tags: | added: javascript ui |
To post a comment you must log in.
This is work one day of work. Either we make the page markup use blocks (it will in the future) or provide inline-block style to the div we care creating, or add a switch to toggle the widget markup to switch between div and span