Ticket #190 (closed defect: fixed)

Opened 1 year ago

Last modified 2 months ago

Chooser: Field cannot be emptied

Reported by: flack Assigned to: tarjei
Priority: major Milestone: 8.09.0 Ragnaroek
Component: MidCOM component Version: 2.8
Keywords: Cc:

Description

maybe I'm missing something, but so far, I found no way to remove a selection from a chooser field once it is saved. For example, if I edit an article, set a parent article, save, edit again and want to remove the parent article (so that the "up" field in the database is 0), I don't see a way to do this with chooser (using midcom_helper_datamanager2 1.0.4beta24)

Change History

12/02/07 17:01:52 changed by flack

Follow-Up: I now saw that there is in fact an icon to do this, but for some elements, this is not correctly rendered in Firefox. I found the following using Firebug in the edit mode of a Snippet for setting the Snippetdir (it also happens in other places):

<div id="net_nehmer_static_up_chooser_widget_result_item_198" class="chooser_widget_result_item_parts">
<div id="chooser_widget_item_part_id" class="chooser_widget_item_part" style="display: none;">198</div>
<div id="chooser_widget_item_part_name" class="chooser_widget_item_part" title="de.ccb.activities" style="width: 100%;">de.ccb.activities</div>
<div id="chooser_widget_item_part_status" class="chooser_widget_item_part"/>
</div>

since the div with the ID "chooser_widget_item_part_name" is 100% wide, the status icon gets pushed into the next line, where it is neither viewable nor clickable, so it is never possible to remove a selection (except by replacing it with a new one)

01/14/08 16:38:45 changed by flack

  • status changed from new to closed.
  • resolution set to fixed.

(In [14409]) Don't push the icons out of the visible area, fixes #190

09/30/08 14:59:08 changed by bergie

  • milestone set to 8.09 Ragnaroek.