caleeli / mathmlformula

Automatically exported from code.google.com/p/mathmlformula
1 stars 0 forks source link

Mouse over individual elements #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I want to be able to select individual elements of the equation, for example 
then highlighting them or dragging them away.

Is this possible?

Original issue reported on code.google.com by pmg...@gmail.com on 27 Aug 2010 at 12:48

GoogleCodeExporter commented 9 years ago
Hi,

Now, you can move the mouse over an element and when you click the element is 
selected (highlighted).

hmm, I don't know if it is posible to have a dragging for each element because 
now I have dragging for all formula.

I don't know how to have both. Eventualy to remove dragging for all formula.

I will think about it
alex

Original comment by ionel.alexandru@gmail.com on 27 Aug 2010 at 1:25

GoogleCodeExporter commented 9 years ago
What I guess I would like is to be able to specify certain sections of the 
formula, "formula blocks" we could call them. I would then like to be able to 
highlight these formula blocks and maybe drag them around. I'm very happy to 
try and implement this myself if you would like, or perhaps it's something you 
would like to do? 

You say I can click on an element and highlight it. How do I do this in the 
code?

Thanks,

Paul

Original comment by pmg...@gmail.com on 27 Aug 2010 at 3:43

GoogleCodeExporter commented 9 years ago
Sorry, this should be an enhancement request rather than a defect. Please can 
you change this.

Original comment by pmg...@gmail.com on 27 Aug 2010 at 3:44

GoogleCodeExporter commented 9 years ago

Original comment by ionel.alexandru@gmail.com on 27 Aug 2010 at 4:14

GoogleCodeExporter commented 9 years ago
sorry,

I made an error, I spoke about the editor where you can select or highlight an 
element.

For formula I will add implementation for maction. Ex:
<maction actiontype="highlight" my:color="red" my:background="yellow"> 
expression </maction> 

thank you
alex

Original comment by ionel.alexandru@gmail.com on 27 Aug 2010 at 4:18

GoogleCodeExporter commented 9 years ago
partial soved. I have done the implementation for <maction 
actiontype="highlight">

Original comment by ionel.alexandru@gmail.com on 3 Nov 2010 at 5:55