Re: bug: 9.2.2 the menu xhtml->form>image (input) does not insert an input

OK, the problem resides in the structured view only.

Try to add an image input with the structured view.
It appears as an image:
  img alt=image input src=/.../MonImage.jpg name=image input

Then, do not touch anything and switch to the source view.
It appears as an input:
<input type="image" alt="image input" src="/../MonImage.jpg" />

Still do not touch anything and switch to the structured view.
Now it appears as an input:
input type=image alt=image input src=/../MonImage.jpg


It seems that the problem is just the display in the structured view.  
I work most of the time with the structured view. That's why I though  
that there was a bug (well, there is one, but just in the display in  
the structured view).

Mathieu

On 2 nov. 05, at 14:17, Laurent Carcone wrote:

>
>
>>
>> Hello,
>>
>> Amaya 9.2.2
>> MacosX 10.4.2
>>
>> I tried to insert an image input element with the menus:
>> Menu XHTML->Form->Image (input)...
>> But it does not insert an input element. It inserts a standard  
>> image =20
>> element:
>> <img src="..." alt="..." />
>> instead of:
>> <input type="image" src="..." name="..." value="..." alt="..." =
>> />
>>
>>
>
> It's odd, it's works fine for me, on both linux and mac, Amaya  
> 9.2.2 and Amaya
> 8.8.2.
> I got the following lines in the source:
> <input type="image" alt="..." src="..." name=".." />
> Can you reproduce it systematically ?
>
> Thanks,
> Laurent Carcone
>
>
>> Regards,
>>
>> Mathieu
>>
>>
>
>
>
>

Mathieu MANGEOT-NAGATA
Condillac - LISTIC - Université de Savoie
Campus Scientifique
F-73376 LE BOURGET DU LAC CEDEX
Tel: +33 4 79 75 81 89 / 87 85

Received on Wednesday, 2 November 2005 19:20:42 UTC