On Wednesday 18 Jan 2012 14:34:08 Gnome wrote: > I'll just post the bugs here as I encounter them. Hope it’s not > getting on your nerves :)
Not at all! Feedback is crucial! However, may I suggest that in the future you use the bug tracker instead https://bugs.launchpad.net/mnemosyne-proj and create one bug report per issue? That way, it's easier for me to keep track of the outstanding issues, and also you will get a notice once I fix the issue. > Table issues: > * Line shifts between the tags inside <table></table> adds line shift > before the table. Perhaps it’s better to make the program ignore all > line shifts inside an <table> element or just ignore all line shifts > and use <br> tag instead? The way it’s done now is certainly more user- > friendly, but creates some problems. Added to my todo. > * I'm not happy with the width in tables being the same as the window > size, especially when there is no border around them. The table width > attribute does not force the width either. BTW, note that whatever you write in a field already gets put in a table automatically by Mnemosyne, to be able to deal with card types where multiple fields get put on either the Q or the A: <html> <head> <style type="text/css"> body { margin: 0; padding: 0; border: thin solid #8F8F8F; } table { height: 100%; width: 100%; margin-left: auto; margin-right: auto; } div#n { text-align: center; } div#m_1 { text-align: center; } div#p_1 { text-align: center; } div#f { text-align: center; } </style> </head> <body> <table> <tr> <td><div id="f">FRONT</div></td> </tr> </table> </body> </html> Note sure what the html standard says about table width in nested tables. Also here, please provide an example of what you put on the front side. Again, perhaps it's a bug in webkit, which you can verify by creating a html file replacing FRONT above by your html, and compare the way Firefox (non webkit) and Chrome (webkit) renders it. > * Cntr+C in Q&A main does not work. Added to todo. > * Pasting into card from other sources keeps the formatting. It's display only: you will see that the formatting does not really get remembered. I will fix this cosmetic issue at some point. > * Dragging a card picture into the other Q/A field creates an new > image of it fitting inside the Q or A field. Again something I got for 'free' from Qt. I will disable drag and drop in this case. > * In the beginning I was a bit confused with "(De)Activate cards" > because I saw no way of deactivate cards in the box. Clearing the checkbox deactivates the cards... Thanks for the feedback! Peter -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
