TextBox if correct because there is no Font object in Tellurium right now. The reason is Tellurium objects are more like abstract ones and you do not need to have one to one mapping from html tag to Tellurium object type. One function of TextBox is to select text, which matches perfect for the font.
On Feb 6, 4:12 pm, Mikhail Koryak <[email protected]> wrote: > you are right, <font> is selected: > Warning: [TrUMP 0.1.0] Building Inner Tree -> add Element UID: font0 > XPATH: /html/body/d...@class='test' and position()=3]/font > [...@class='but'] DomNode: FONT > Source File: chrome://trump/content/editor.js > Line: 68 > Warning: [TrUMP 0.1.0] ui model generated:TextBox(UID: 'font0', > clocator: [tag: 'font', class: 'but']) > Source File: chrome://trump/content/trump-ide.xul > Line: 1 > > but still, its a <font> not a textbox > > On Feb 6, 4:08 pm, [email protected] wrote: > > > Is it possible that you clicked on the font UI, I click on the radio > > button and TrUMP generates the following > > UI module, > > > RadioButton(UID: 'input0', clocator: [tag: 'input', type: 'radio', > > name: 'sortby', value: 'product_name']) > > > I think it is correct. > > Please post your log message so that I can see which element is > > actually selected. > > > Thanks, > > > Jian > > On Feb 6, 4:02 pm, [email protected] wrote: > > > > Mikhail, > > > > Please fire an issue and attach the log message. > > > > Thanks, > > > > Jian > > > > On Feb 6, 3:20 pm, Mikhail Koryak <[email protected]> wrote: > > > > > Jian, > > > > I found a bug, see last item here: > > > > >http://dogself.com/telluriumTest/ > > > > > On Feb 6, 2:58 pm, [email protected] wrote: > > > > > > Hi, > > > > > > Thanks to our team work, specially Vivek and Mikhail, the TrUMP 0.1.0 > > > > > Preview version 5 is uploaded. There are some major updates included > > > > > in this version. > > > > > 1) Attributes for automated generated nodes are populated. > > > > > 2) Auto switch to the source window after user clicks on the > > > > > "generate" button and remove the alert message. > > > > > 3) On the record window, user can click on the selected UI element and > > > > > the associate UI element will be shown on the web. > > > > > 4) We add a logger to TrUMP so that you can post your log to us if you > > > > > have any problem. > > > > > > Right now, the log is appended to Firefox Tool > Error Console. We are > > > > > adding the log to a separate window. > > > > > > To turn on the javascript log, please do the following steps: > > > > > 1) Type in about:config in Firefox URL box > > > > > 2) Select "javascript.options.showInConsole" and double click it to > > > > > make its value to be true. > > > > > > After you generate the UI module, go to Tools > Error Console and > > > > > check "Errors" and "Warnings" tab. All TrUMP logs start with [TrUMP > > > > > 0.1.0]. > > > > > > The "Record" and "Generate" parts of TrUMP are basically done now. The > > > > > generated UI modules should work in most case. If you have any > > > > > problem, please post your log to Tellurium user group for us to > > > > > analyze. > > > > > > The next steps for us will be to implement the log window and > > > > > "Customize" tab. > > > > > > Please help us to test the TrUMP IDE and report any problems and bugs. > > > > > > Thanks, > > > > > > Jian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-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/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
